You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a model name passed to the scaffold generator is camel-cased; e.g.:
ember generate -s fooBar name:string value:integer
then the scaffold generator correctly generates foo_bar.js, foo_bar_controller.js, etc. But it incorrectly uses the camel-cased name for the template; e.g., fooBar.hbs rather than the correct foo_bar.hbs.
The text was updated successfully, but these errors were encountered:
If a model name passed to the scaffold generator is camel-cased; e.g.:
then the scaffold generator correctly generates foo_bar.js, foo_bar_controller.js, etc. But it incorrectly uses the camel-cased name for the template; e.g., fooBar.hbs rather than the correct foo_bar.hbs.
The text was updated successfully, but these errors were encountered: