aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper.rb
diff options
context:
space:
mode:
authorFumiaki MATSUSHIMA <mtsmfm@gmail.com>2017-01-04 23:55:15 +0900
committerFumiaki MATSUSHIMA <mtsmfm@gmail.com>2017-01-07 22:32:53 +0900
commit4459a18db6fc9294d1f2553e45f59c859602dbad (patch)
tree1028c3f98dac9c12f881bc44459c7766be192d5a /activesupport/lib/active_support/number_helper.rb
parent7b13236818ffb26e94d72885e75966efffd71659 (diff)
downloadrails-4459a18db6fc9294d1f2553e45f59c859602dbad.tar.gz
rails-4459a18db6fc9294d1f2553e45f59c859602dbad.tar.bz2
rails-4459a18db6fc9294d1f2553e45f59c859602dbad.zip
Fix generator command for nested (namespaced) rails engine (take 2)
Rewrite https://github.com/rails/rails/pull/27550 085546df45 was reverted (b6ffb5efcb) because it change the return of `namespaced_path` from String to Array. ---------------- If we create nested (namespaced) rails engine such like bukkits-admin, `bin/rails g scaffold User name:string age:integer` will create `bukkits-admin/app/controllers/bukkits/users_controller.rb` but it should create `bukkits-admin/app/controllers/bukkits/admin/users_controller.rb`. In #6643, we changed `namespaced_path` as root path because we supposed application_controller is always in root but nested rails engine's application_controller will not.
Diffstat (limited to 'activesupport/lib/active_support/number_helper.rb')
0 files changed, 0 insertions, 0 deletions