Project

General

Profile

« Previous | Next » 

Revision acfbc458

Added by Marek Hulán about 10 years ago

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:

View differences:

app/models/bookmark.rb
class Bookmark < ActiveRecord::Base
include Authorizable
belongs_to :owner, :polymorphic => true
attr_accessible :name, :controller, :query, :public
audited :allow_mass_assignment => true

Also available in: Unified diff