Class: Stall::Checkout::StepGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/stall/checkout/step/step_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_step_templateObject



6
7
8
# File 'lib/generators/stall/checkout/step/step_generator.rb', line 6

def copy_step_template
  template 'step.rb.erb', "lib/#{ file_path }.rb"
end

#create_view_templateObject



10
11
12
# File 'lib/generators/stall/checkout/step/step_generator.rb', line 10

def create_view_template
  template 'step.html.haml.erb', "app/views/checkout/steps/_#{ base_file_name }.html.haml"
end