permission_list.rb revision 6d67b58472abc76a1d0d68a1d1fa32a45dc6626a
98N/A# Helper-Class for rendering a permission list 919N/A # first argument: restful path to the permissions collection 919N/A # second argument: options hash that may contain the following elements: 919N/A # :scope => scope for the autocompleter 919N/A # :model => class that represents the permissions 919N/A # :association => name of the activerecord-association 919N/A # :collection => collection of all permissions 354N/A # check required attributes 810N/A # path for rendering a PermissionsList instance 810N/A # path to a specific partial of the permission list