Skip to content

Instantly share code, notes, and snippets.

@dribble13
Created September 26, 2013 06:50
Show Gist options
  • Select an option

  • Save dribble13/6710660 to your computer and use it in GitHub Desktop.

Select an option

Save dribble13/6710660 to your computer and use it in GitHub Desktop.
simple_form_forでネームスペースを指定する ref: http://qiita.com/dribble13/items/baa46f593f416fbd842b
namespace :admin do
resources :resources
end
= simple_form_for(resource)
= simple_form_for([:namespace, resource])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment