rails_layout
rails_layout copied to clipboard
HAML layouts generated instead of ERB despite it was application.html.erb by default
It is from documentation:
If you are using ERB for Rails views, the RailsLayout gem will generate ERB files.
If you are using Haml or Slim, the RailsLayout gem will generate Haml or Slim files instead.
Or I missed something?