Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Oct 15, 2020
1 parent dae9955 commit d484e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

An Active Admin plugin to use a REST API data source in place of a local database using [Active Resource](https://github.com/rails/activeresource).

NOTICE: currently some Active Admin features don't work as expected:
- Filters: partially supported (see example)
- Form fields: some fields must be configured explicitly
- Comments: not supported
**NOTICE**: currently some Active Admin features don't work as expected:
- Filters are partially supported (see example)
- Some form fields must be configured explicitly (like the associations)
- Comments are not supported

## Install
- Add to your project's Gemfile (with Active Admin installed): `gem 'activeadmin_active_resource'`
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/active_resource/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveAdmin
module ActiveResource
VERSION = '0.2.4'
VERSION = '0.2.6'
end
end

0 comments on commit d484e10

Please sign in to comment.