Method: Platter::AppGenerator#initialize
- Defined in:
- lib/platter/generators/app_generator.rb
#initialize(*args) ⇒ AppGenerator
Returns a new instance of AppGenerator.
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/platter/generators/app_generator.rb', line 7 def initialize(*args) super if @options["api"] = Marshal.load(Marshal.dump(@options)) ["skip_javascript"] = true ["skip_sprockets"] = true ["skip_assets"] = true @options = end end |