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