Main Avalanche Network server application. Built with Ruby on Rails.

start_controller.rb 132B

    class StartController < ApplicationController def index @blog_posts = BlogPost.order('created_at DESC').take(4) end end