Class: GraphStarter::Category
- Inherits:
-
Object
- Object
- GraphStarter::Category
- Includes:
- Authorizable, Neo4j::ActiveNode
- Defined in:
- app/models/graph_starter/category.rb
Class Method Summary collapse
Methods included from Authorizable
Class Method Details
.most_recently_updated ⇒ Object
20 21 22 |
# File 'app/models/graph_starter/category.rb', line 20 def self.most_recently_updated all.order(:updated_at).last end |