mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
6 lines
96 B
Ruby
6 lines
96 B
Ruby
ActionController::TestCase.class_eval do
|
|
def setup
|
|
@routes = TestHelper::Routes
|
|
end
|
|
end
|