module Omnidata::Orm

Attributes

id[RW]

Public Instance Methods

new_record?() click to toggle source
# File lib/omnidata/orm.rb, line 11
def new_record?
  self.id.nil?
rescue
  true
end