A website template with lots of features, built with ruby on rails.

start_controller.rb 72B

1234567
  1. class StartController < ApplicationController
  2. def index
  3. end
  4. end