1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/support/samples/active_record.rb
2011-10-28 20:22:06 -04:00

9 lines
83 B
Ruby

module ActiveRecord
class Base
def self.limit
self
end
end
end