mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
9 lines
175 B
Ruby
9 lines
175 B
Ruby
class TestApp < Rails::Application
|
|
if Rails.version.to_s.first >= '4'
|
|
config.eager_load = false
|
|
config.secret_key_base = 'abc123'
|
|
end
|
|
end
|
|
|
|
TestApp.load_generators
|