Skip to content
Snippets Groups Projects
Commit b0c1646f authored by Ryan Bates's avatar Ryan Bates
Browse files

releasing 1.6.1

parent 3f6cecbf
No related branches found
No related tags found
No related merge requests found
1.6.1 (March 15, 2011)
* Use Item.new instead of build_item for singleton resource so it doesn't effect database - see issue #304
* Made accessible_by action default to :index and parent action default to :show instead of :read - see issue #302
* Reverted Inherited Resources "collection" override since it doesn't seem to be working - see issue #305
1.6.0 (March 11, 2011)
* Added MetaWhere support - see issue #194 and #261
......
Gem::Specification.new do |s|
s.name = "cancan"
s.version = "1.6.0"
s.version = "1.6.1"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment