Skip to content

Commit

Permalink
list integrations in docs/0-installation.md
Browse files Browse the repository at this point in the history
clarifying the issue raised in activeadmin#3885
  • Loading branch information
seanlinsley authored and varyonic committed Dec 23, 2016
1 parent 2024d7d commit 3bb3aa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/0-installation.md
Expand Up @@ -7,6 +7,12 @@ Active Admin is a Ruby Gem.

```ruby
gem 'activeadmin'

# Plus integrations with:
gem 'devise'
gem 'cancan' # or cancancan
gem 'draper'
gem 'pundit'
```

More accurately, it's a [Rails Engine](http://guides.rubyonrails.org/engines.html)
Expand Down

0 comments on commit 3bb3aa6

Please sign in to comment.