RailsApps/rails_layout

HAML layouts generated instead of ERB despite it was application.html.erb by default

ltclmbdev opened this issue · 0 comments

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?