Class: Bootstrap::Generators::ThemedGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/bootstrap/themed/themed_generator.rb

Instance Method Summary collapse

Constructor Details

#initialize(args, *options) ⇒ ThemedGenerator

Returns a new instance of ThemedGenerator.



15
16
17
18
# File 'lib/generators/bootstrap/themed/themed_generator.rb', line 15

def initialize(args, *options)
  super(args, *options)
  initialize_views_variables
end

Instance Method Details

#copy_viewsObject



20
21
22
# File 'lib/generators/bootstrap/themed/themed_generator.rb', line 20

def copy_views
  generate_views
end