Created
September 26, 2013 06:50
-
-
Save dribble13/6710660 to your computer and use it in GitHub Desktop.
simple_form_forでネームスペースを指定する ref: http://qiita.com/dribble13/items/baa46f593f416fbd842b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace :admin do | |
| resources :resources | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = simple_form_for(resource) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = simple_form_for([:namespace, resource]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment