ryanb / cancan

Authorization Gem for Ruby on Rails.
MIT License
6.27k stars 783 forks source link

User Interface #1029

Closed eltonokada closed 9 years ago

eltonokada commented 9 years ago

Is there a way to create an UI to edit ability.rb?

freemanoid commented 9 years ago

The only way is to store your permissions in DB then you can create whatever UI you want to edit it.

eltonokada commented 9 years ago

Ok, thanks