Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created December 6, 2013 15:12
Show Gist options
  • Save jakecraige/7826240 to your computer and use it in GitHub Desktop.
Save jakecraige/7826240 to your computer and use it in GitHub Desktop.
resources :others, controller: :additional_informations, type: "Other"
resources :promos, controller: :additional_informations, type: "Promo"
resources :gifts, controller: :additional_informations, type: "Gift"
resources :travels, controller: :additional_informations, type: "Travel"
resources :lodgings, controller: :additional_informations, type: "Lodging"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment