Method: RailsRole::MyApp#initialize
- Defined in:
- lib/app_role.rb
#initialize(active_links, manifest) ⇒ MyApp
Returns a new instance of MyApp.
50 51 52 53 54 |
# File 'lib/app_role.rb', line 50 def initialize(active_links, manifest) @active_links = active_links @manifest = manifest super() end |