Method: Transit::Asset#timestamp

Defined in:
app/models/transit/asset.rb

#timestampObject



46
47
48
# File 'app/models/transit/asset.rb', line 46

def timestamp
  self.created_at.strftime("%B %d, %Y")
end