mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
9 lines
83 B
Ruby
9 lines
83 B
Ruby
module ActiveRecord
|
|
class Base
|
|
|
|
def self.limit
|
|
self
|
|
end
|
|
|
|
end
|
|
end
|