class Rasti::DB::Model

Private Instance Methods

cast_attribute(type, value) click to toggle source
Calls superclass method
# File lib/rasti/db/model.rb, line 7
def cast_attribute(type, value)
  super type, Rasti::DB.from_db(value)
end