aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fake_gem.rb
blob: 4435a705a1cea4435c6957bf769a63f515fbc3b7 (plain)
1
2
3
4
5
6
# Simulate a gem providing a subclass of ActiveRecord::Base before the Railtie is loaded.

require 'active_record'

class GemDefinedModel < ActiveRecord::Base
end