Class: Module
Instance Method Summary collapse
Instance Method Details
#const_set(name, value) ⇒ Object
471 472 473 474 475 |
# File 'lib/synchromesh/policy.rb', line 471 def const_set(name, value) pre_synchromesh_const_set(name, value).tap do HyperMesh::PolicyAutoLoader.load(name, value) end end |
#pre_synchromesh_const_set ⇒ Object
469 |
# File 'lib/synchromesh/policy.rb', line 469 alias pre_synchromesh_const_set const_set |