module SimpleAdmin
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
this function maps the vars from your app into your engine
# File lib/simple_admin/engine.rb, line 37 def self.setup(&block) yield self end