Sha256: 6aec5a86b5bdc836511b241e1e42bd5610a6ebc7d6d6344b47bbe8d456bbd0c9
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
require_dependency 'cavy/application_controller' module Cavy class AdminController < ApplicationController layout 'cavy/admin_layout' def dashboard redirect_to admin_pages_path end def system; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cavy-0.1.0.beta2 | app/controllers/cavy/admin_controller.rb |