Module: HydraEditor

Defined in:
lib/hydra-editor.rb,
lib/hydra_editor/engine.rb,
lib/hydra_editor/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.modelsObject



9
10
11
# File 'lib/hydra-editor.rb', line 9

def self.models
  @models ||= []
end

.models=(val) ⇒ Object



5
6
7
# File 'lib/hydra-editor.rb', line 5

def self.models= val
  @models = val
end