class Bluepine::Attributes::ArrayAttribute

Public Instance Methods

native_type() click to toggle source
# File lib/bluepine/attributes/array_attribute.rb, line 6
def native_type
  "array"
end