Sha256: 60d34d7e3fcdb409b43b2cfa606247580f369860f0a33856ac735c2fd3368f8a

Contents?: true

Size: 171 Bytes

Versions: 8

Compression:

Stored size: 171 Bytes

Contents

require "hydra_editor/engine"
require "bootstrap_forms"

module HydraEditor
  def self.models= val
    @models = val
  end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hydra-editor-0.1.1 lib/hydra-editor.rb
hydra-editor-0.1.0 lib/hydra-editor.rb
hydra-editor-0.0.6 lib/hydra-editor.rb
hydra-editor-0.0.5 lib/hydra-editor.rb
hydra-editor-0.0.4 lib/hydra-editor.rb
hydra-editor-0.0.3 lib/hydra-editor.rb
hydra-editor-0.0.2 lib/hydra-editor.rb
hydra-editor-0.0.1 lib/hydra-editor.rb