Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sferik/rails_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenezech committed Sep 1, 2011
2 parents b05abd3 + 21b524e commit 0c85e54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ to override the default with a Member model run:

$ rake rails_admin:install model_name=member

Then update the current_user method in your config file:

RailsAdmin.config do |config|
config.current_user_method do
current_member
end
end

To use the CKEditor with Upload function, add [Rails-CKEditor](https://github.com/galetahub/ckeditor) to your Gemfile (`gem 'ckeditor'`) and follow [Rails-CKEditor](https://github.com/galetahub/ckeditor) installation instructions.

You can configure more options of CKEditor "config.js" file following the [Api Documentation](http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html) .
Expand Down

0 comments on commit 0c85e54

Please sign in to comment.