Getting following error on calling controller.load_and_authorize_resource
protected method `authorize!' called for #<Admin::ProjectsController:0x1405de80>
This is happening right after the bundle update.
Gem file contains the following entry,
gem "activeadmin" , git: 'git://github.com/gregbell/active_admin.git'
active admin version: 0.5.1
Thanks in advance.