Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed May 14, 2012
1 parent acafd06 commit a2c3de0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -16,7 +16,7 @@ the results users have when publishing it. It brings to the web common editing f

Rails 3.2:

gem "ckeditor", "3.7.0.rc3"
gem "ckeditor", "3.7.0"

Rails <= 3.0:

Expand Down Expand Up @@ -64,6 +64,10 @@ Autoload ckeditor models folder (application.rb):

== Usage

Mount engine in your routes (config/routes.rb):

mount Ckeditor::Engine => "/ckeditor"

Include ckeditor javascripts rails 3.2:

//= require ckeditor/init
Expand Down

0 comments on commit a2c3de0

Please sign in to comment.