module Generapp::Actions::Views
App views configuration associated actions
Public Instance Methods
create_application_layout()
click to toggle source
# File lib/generapp/actions/views.rb, line 26 def create_application_layout template 'views/generapp_layout.html.erb.erb', 'app/views/layouts/application.html.erb', force: true end
create_humans_txt()
click to toggle source
# File lib/generapp/actions/views.rb, line 32 def create_humans_txt copy_file 'public/humans.txt', 'public/humans.txt' end
create_manifest()
click to toggle source
# File lib/generapp/actions/views.rb, line 37 def create_manifest template 'public/manifest.json.erb', 'public/manifest.json' end