Skip to content

Commit

Permalink
Removed meta_search from installation instruction
Browse files Browse the repository at this point in the history
Bundler will properly resolve the required version
of meta_search now that 1.1.0 is released.
  • Loading branch information
gregbell committed Sep 21, 2011
1 parent cc72b68 commit 061b769
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Expand Up @@ -33,12 +33,11 @@ on Rails 3 application. To install, simply add the following to your Gemfile:
# Gemfile in Rails < 3.1
gem 'activeadmin'

If you are using Rails >= 3.1, you must also include a beta version of MetaSearch and sass-rails:
If you are using Rails >= 3.1, you must also have sass-rails in your Gemfile:

# Gemfile in Rails >= 3.1
gem 'activeadmin'
gem 'sass-rails'
gem "meta_search", '>= 1.1.0'

After updating your bundle, run the installer

Expand Down

0 comments on commit 061b769

Please sign in to comment.