Sha256: 4b374d16e55ac31273dcaba2ea389564ca6bc1290c556fa1d3909fcfc656c739

Contents?: true

Size: 268 Bytes

Versions: 10

Compression:

Stored size: 268 Bytes

Contents

require "tramway/profiles/engine"
require 'tramway/profiles/generates/install_generator'

module Tramway
  module Profiles
    class << self
      def records=(models)
        @records = models
      end

      def records
        @records
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tramway-profiles-1.3.1 lib/tramway/profiles.rb
tramway-profiles-1.3 lib/tramway/profiles.rb
tramway-profiles-1.2.0.1 lib/tramway/profiles.rb
tramway-profiles-1.2 lib/tramway/profiles.rb
tramway-profiles-1.1.2 lib/tramway/profiles.rb
tramway-profiles-1.1.1 lib/tramway/profiles.rb
tramway-profiles-1.1 lib/tramway/profiles.rb
tramway-profiles-1.0.2 lib/tramway/profiles.rb
tramway-profiles-1.0.1 lib/tramway/profiles.rb
tramway-profiles-1.0 lib/tramway/profiles.rb