class Place

moz_places Sequel class

Public Instance Methods

content() click to toggle source

make aliasing work with json_serializer @return String, NilClass

# File lib/marquetapage/models.rb, line 23
def content
  self[:content]
end
title() click to toggle source

make aliasing work with json_serializer @return String, NilClass

# File lib/marquetapage/models.rb, line 11
def title
  self[:title]
end
url() click to toggle source

make aliasing work with json_serializer @return String, NilClass

# File lib/marquetapage/models.rb, line 17
def url
  self[:url]
end