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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ If you want to generate the stylesheets of a specific theme without changing the
44
44
45
45
You can specify the text used in the header with the `--app-name` option:
46
46
47
-
script/generate theme --app_name="My New Application"
47
+
rails g web_app_theme:theme --app-name="My New Application"
48
48
49
49
If you need a layout for login and signup pages, you can use the `--type` option with `sign` as value. Ìf not specified, the default value is `administration`
50
50
51
-
script/generate theme --type=sign
51
+
rails g web_app_theme:theme sign --layout-type=sign
0 commit comments