Sha256: 6c98f87a43d072f20d8bf56c4c054c21a1ef833bc3e364317d200fdefaf447d2
Contents?: true
Size: 441 Bytes
Versions: 48
Compression:
Stored size: 441 Bytes
Contents
erb_index_path = File.join %w(app views layouts application.html.erb) @generator.remove_file(erb_index_path) slim_index_path = File.join %w(app views layouts application.html.slim) @generator.create_file slim_index_path, <<-SLIM doctype 5 html head title #{app_name} = stylesheet_link_tag 'application', media: 'all' = javascript_include_tag 'application' = csrf_meta_tags body class=controller_name = yield SLIM
Version data entries
48 entries across 28 versions & 1 rubygems