class Category

Public Class Methods

ast() click to toggle source

Should be delegated `ast` and `locked` to `arel`.

# File activerecord/test/models/category.rb, line 36
def self.ast
  raise
end
locked() click to toggle source
# File activerecord/test/models/category.rb, line 40
def self.locked
  raise
end
what_are_you() click to toggle source
# File activerecord/test/models/category.rb, line 22
def self.what_are_you
  "a category..."
end