mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-18 00:17:25 +00:00
10 lines
223 B
Ruby
10 lines
223 B
Ruby
module RablHelper
|
|
# See https://github.com/nesquena/rabl/issues/231
|
|
# Allows us to test RABL views using URL helpers
|
|
class FakeContext
|
|
include Singleton
|
|
include Rails.application.routes.url_helpers
|
|
end
|
|
end
|
|
|