Sha256: fa155649824d2485eae4f6cfdb5b837a24320f8702be64708fbf97b783bf6681
Contents?: true
Size: 239 Bytes
Versions: 9
Compression:
Stored size: 239 Bytes
Contents
class ACLIvars < EmptyController before_filter :set_ivars access_control do action :destroy do allow :owner, :of => :foo allow :bartender, :at => Foo end end private def set_ivars @foo = Bar end end
Version data entries
9 entries across 9 versions & 1 rubygems