mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16: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
|