The main Controller for the Admin part.
Methods
Included Modules
- TableHelper
- PagerHelper
- AdminHelper
Public Class methods
[ show source ]
# File lib/nitro/part/admin/controller.rb, line 14
14: def self.setup_template_dir_stack(stack)
15: super
16: stack << File.join(File.dirname(__FILE__), 'template')
17: end
Public Instance methods
[ show source ]
# File lib/nitro/part/admin/controller.rb, line 19
19: def index
20: end