Method: Model::StateChange#apply
- Defined in:
- lib/models/state_change.rb
#apply ⇒ Object
9 10 11 12 13 |
# File 'lib/models/state_change.rb', line 9 def apply new_repo = query.repository.clone new_repo.load_and_process_n3(state_rules) new_repo end |