can :index, :site
can [:permalink, :edit, :help, :fixthemap, :offline, :export, :about, :preview, :copyright, :key, :id, :welcome], :site
+ can [:list, :rss, :view, :comments], DiaryEntry
+
if user
can :weclome, :site
+
+ can [:create, :edit, :comment, :subscribe, :unsubscribe], DiaryEntry
+
+ can [:read, :read_one], UserPreference if has_capability?(token, :allow_read_prefs)
+ can [:update, :update_one, :delete_one], UserPreference if has_capability?(token, :allow_write_prefs)
+
+ if user.administrator?
+ can [:hide, :hidecomment], [DiaryEntry, DiaryComment]
+ end
end
# Define abilities for the passed in user here. For example:
#