class ActiverecordReadonly::Current

Attributes

be_readonly[R]
excepts[R]
only[R]

Public Class Methods

new(be_readonly, excepts = [], only = []) click to toggle source
# File lib/activerecord_readonly/current.rb, line 9
def initialize(be_readonly, excepts = [], only = [])
  @be_readonly = be_readonly
  @excepts = excepts
  @only = only
end