11factory / activeadmin-cancan

CanCan integration for ActiveAdmin
MIT License
36 stars 9 forks source link

support :as option for ActiveAdmin.register #8

Closed bagilevi closed 12 years ago

bagilevi commented 12 years ago

When I have: ActiveAdmin.register Profile, as: "User" do it should authorize the Profile resource instead of User.

11factory commented 12 years ago

the 'as' option for register has been added to 0.1.4, thks