Skip to content

Instantly share code, notes, and snippets.

@leemour
Created April 14, 2015 13:33
Show Gist options
  • Save leemour/bbd677382a72052f02b9 to your computer and use it in GitHub Desktop.
Save leemour/bbd677382a72052f02b9 to your computer and use it in GitHub Desktop.
Rails generate image polymorphic
rails generate model Image name:string imageable:references{polymorphic}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment