Module: Rails::Generators::Actions

Defined in:
lib/template_framework/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#execute_post_bundler_strategiesObject



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

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

#templaterObject



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

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