Sha256: cbd9d8ef0f8ede47424b00465b3981d37de1314bf68e8b359f1591a19939286f

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

require File.expand_path('../table_manager', __FILE__)

module ExtendModelAt

  # Manage the environment of structure function
  class Structure
    def run
      yield TableManager.new
      TableManager.send :config         # Get te configuration (is protected)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
extend_at-0.2.4 lib/extend_at/structure.rb
extend_at-0.2.3 lib/extend_at/structure.rb
extend_at-0.2.2 lib/extend_at/structure.rb
extend_at-0.2.1 lib/extend_at/structure.rb