Module: Rails::Generators::Actions

Defined in:
lib/template_framework/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#execute_post_bundler_strategiesObject



8
9
10
# File 'lib/template_framework/core_ext.rb', line 8

def execute_post_bundler_strategies
  templater.post_bundler_strategies.each {|strategy| strategy.call }
end

#templaterObject



4
5
6
# File 'lib/template_framework/core_ext.rb', line 4

def templater
  @templater ||= RailsTemplater::Templater.new
end