Class: Module

Inherits:
Object show all
Defined in:
lib/synchromesh/policy.rb

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_setObject



469
# File 'lib/synchromesh/policy.rb', line 469

alias pre_synchromesh_const_set const_set