Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Last active December 21, 2015 23:26
Show Gist options
  • Save MatthewRDodds/2ee8553f198072df013a to your computer and use it in GitHub Desktop.
Save MatthewRDodds/2ee8553f198072df013a to your computer and use it in GitHub Desktop.
Rails Model generator attributes script for backbone
`rails g backbone:scaffold Model #{Model.columns_hash.map { |name, c| "#{name}:#{c.type}" }.join ' '}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment