Skip to content

Instantly share code, notes, and snippets.

@creich
Created October 17, 2012 13:37
Show Gist options
  • Save creich/3905569 to your computer and use it in GitHub Desktop.
Save creich/3905569 to your computer and use it in GitHub Desktop.
# view only reports-page (view all foreign timeBookings)
map.permission :tt_view_bookings, {:time_bookings => [:get_list_entry],
:tt_reporting => [:index]},
:require => :loggedin
map.permission :check_nested_perm, {:tt_view_bookings => :true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment