Sha256: 62c922e5ea04e0f85a58e8819fa84460cc259f31af5a77beab4ceb3f8d84aac6

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

module Rasti
  module DB
    class Model < Rasti::Model

      private

      def cast_attribute(type, value)
        super type, Rasti::DB.from_db(value)
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rasti-db-4.2.0 lib/rasti/db/model.rb
rasti-db-4.1.1 lib/rasti/db/model.rb
rasti-db-4.1.0 lib/rasti/db/model.rb
rasti-db-4.0.0 lib/rasti/db/model.rb
rasti-db-3.0.0 lib/rasti/db/model.rb