Skip to content
bbenezech edited this page Jan 16, 2012 · 33 revisions

Create a new action

rails plugin new rails_admin_<action_name> -m https://raw.github.com/gist/1621146/ --skip-gemfile --skip-bundle -T -O -S -J --full

Documentation

See the Base class your will inherit from:

https://github.com/sferik/rails_admin/blob/master/lib/rails_admin/config/actions/base.rb

Clone this wiki locally