Class: GraphStarter::Category

Inherits:
Object
  • Object
show all
Includes:
Authorizable, Neo4j::ActiveNode
Defined in:
app/models/graph_starter/category.rb

Class Method Summary collapse

Methods included from Authorizable

#set_access_levels

Class Method Details

.most_recently_updatedObject



20
21
22
# File 'app/models/graph_starter/category.rb', line 20

def self.most_recently_updated
  all.order(:updated_at).last
end