class Bluepine::Attributes::DateAttribute

Public Instance Methods

format() click to toggle source
Calls superclass method
# File lib/bluepine/attributes/date_attribute.rb, line 6
def format
  super || "date"
end