Class: GraphStarter::Rating

Inherits:
Object
  • Object
show all
Includes:
Neo4j::ActiveRel
Defined in:
app/models/graph_starter/rating.rb

Instance Method Summary collapse

Instance Method Details

#set_rated_atObject



19
20
21
# File 'app/models/graph_starter/rating.rb', line 19

def set_rated_at
  self.rated_at ||= Time.now
end