Sha256: cdebebc8d4f5241b7f5ade289a95ff84988c460451b254fbfc5cba682da302c5
Contents?: true
Size: 275 Bytes
Versions: 5
Compression:
Stored size: 275 Bytes
Contents
require_dependency 'guts/application_controller' module Guts # Index controller class IndexController < ApplicationController # Tell CanCanCan we don't have a model authorize_resource class: false # Displays the welcome page def index end end end
Version data entries
5 entries across 5 versions & 1 rubygems