RailsApps / rails_layout

Generates Rails application layout files for various front-end frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DrShpongle opened this issue · 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?