Sha256: 38a4467f058c39ce444521ef06d014be3b7f4aa86a9018e1daeb34e3350b8e97

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

module Repobahn
  module Entity
    extend ActiveSupport::Concern

    included do
      include Virtus.model
      include ActiveModel::Conversion
      extend  ActiveModel::Naming
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gummi-0.1.0 lib/repobahn/entity.rb
gummi-0.0.9 lib/repobahn/entity.rb
gummi-0.0.8 lib/repobahn/entity.rb
gummi-0.0.7 lib/repobahn/entity.rb
gummi-0.0.6 lib/repobahn/entity.rb