We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcc894 commit ac7d272Copy full SHA for ac7d272
README.md
@@ -17,7 +17,7 @@ Install the plugin in your Redmine plugins directory, clone this repository as `
17
cd {RAILS_ROOT}/plugins
18
git clone https://github.com/onozaty/redmine-view-customize.git view_customize
19
cd ../
20
- rake redmine:plugins:migrate RAILS_ENV=production
+ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
21
22
**note: The directory name must be a `view_customize`. Directory name is different, it will fail to run the Plugin.**
23
0 commit comments