Sha256: e393ade6697d1c9f259b29b2caf0c915b6976c7a0b552c646a751717215b9b74
Contents?: true
Size: 414 Bytes
Versions: 48
Compression:
Stored size: 414 Bytes
Contents
require_dependency "incline/application_controller" module Incline ## # An innocuous controller that simply hosts the home page of the application. class WelcomeController < ApplicationController allow_anon true ## # Get /incline # # Use +root "incline/welcome#home"+ in your +routes.rb+ file to use this, or define your own # home page as desired. def home end end end
Version data entries
48 entries across 48 versions & 1 rubygems