mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
5 lines
138 B
Ruby
5 lines
138 B
Ruby
|
# Simulate a gem providing a subclass of ActiveRecord::Base before the Railtie is loaded.
|
||
|
|
||
|
class GemDefinedModel < ActiveRecord::Base
|
||
|
end
|