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

start_controller.rb 235B

    class StartController < ApplicationController layout 'landing_page' def index @blog_posts = BlogPost.order('created_at DESC').take(4) @subscription = Subscription.new @analytics.track('Home page view') end end