Sha256: 70fb18cc8e3b3aadc62d5e0c750f2f3e0252193681a403fdb639c3ef91b561d4
Contents?: true
Size: 257 Bytes
Versions: 14
Compression:
Stored size: 257 Bytes
Contents
gem 'haml' remove_file 'app/views/layouts/application.html.erb' create_file 'app/views/layouts/application.html.haml', load_template('app/views/layouts/application.html.haml','haml') initializer 'haml.rb',<<EOF Haml::Template.options[:format] = :html5 EOF
Version data entries
14 entries across 14 versions & 1 rubygems