Skip to content

Instantly share code, notes, and snippets.

@ericcf
Created May 6, 2016 13:47
Show Gist options
  • Save ericcf/667f8de61c70abc3de282f775c639c17 to your computer and use it in GitHub Desktop.
Save ericcf/667f8de61c70abc3de282f775c639c17 to your computer and use it in GitHub Desktop.
$ rails _4.2.6_ new sti_object_label
...
$ cd sti_object_label
$ echo "gem 'rails_admin', '~> 0.8.1'" >> Gemfile
$ bundle
...
$ rails _4.2.6_ g rails_admin:install
...
<enter>
...
$ rails _4.2.6_ g model company name
...
$ rails _4.2.6_ g model client --parent=company
...
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment