-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Custom field
bbenezech edited this page Jan 17, 2012
·
7 revisions
rails plugin new rails_admin_<field_name> -m https://raw.github.com/gist/1626605/ --skip-gemfile --skip-bundle -T -O -S -J --full
# Gemfile
# if uploaded to github with a valid .gemspec
gem 'rails_admin_<field_name>', :git => 'https://github.com/<username>/rails_admin_<field_name>'
# or in development mode
gem 'rails_admin_<field_name>', :path => '../rails_admin_<field_name>'
See the Base class your will inherit from: