Method: Frame::Generators::LayoutGenerator#replace_html_app

Defined in:
lib/generators/frame/layout/layout_generator.rb

#replace_html_appObject



34
35
36
37
# File 'lib/generators/frame/layout/layout_generator.rb', line 34

def replace_html_app
  @title = Rails.application.class.parent_name
  template('app/views/layouts/application.html.erb')
end