Closed bagilevi closed 12 years ago
When I have: ActiveAdmin.register Profile, as: "User" do it should authorize the Profile resource instead of User.
ActiveAdmin.register Profile, as: "User" do
the 'as' option for register has been added to 0.1.4, thks
When I have:
ActiveAdmin.register Profile, as: "User" do
it should authorize the Profile resource instead of User.