7

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.

maximus ツ
  • 7,949
  • 3
  • 25
  • 54

1 Answers1

4

For ActiveAdmin v0.6.0 they added adapters according to this ticket

See updated documentation

Andrey Eremin
  • 287
  • 1
  • 4
  • 14