Class: Bootstrap::Generators::StrapifyGenerator

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

Instance Method Summary collapse

Constructor Details

#initialize(args, *options) ⇒ StrapifyGenerator

Returns a new instance of StrapifyGenerator.



15
16
17
18
# File 'lib/generators/bootstrap/strapify/strapify_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/strapify/strapify_generator.rb', line 20

def copy_views
  generate_views
end