Main Avalanche Network server application. Built with Ruby on Rails.
class StartController < ApplicationController def index @blog_posts = BlogPost.order('created_at DESC').take(4) end end