f9401cfbad
This fixes the > DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. error appearing when running specs. It also gets us closer from a newly-generated rails config.
10 lines
169 B
Ruby
10 lines
169 B
Ruby
include SmartListing::Helper
|
|
include SmartListing::Helper::ControllerExtensions
|
|
|
|
module SmartListing
|
|
module Helper
|
|
def view_context
|
|
'mock'
|
|
end
|
|
end
|
|
end
|