i have a module like this, where "partners_url" is a routing helper method
module A
def B
....partners_url
end
end
but i get this
NoMethodError - undefined method
How can i call that url helper in side a module?, thanks.
i have a module like this, where "partners_url" is a routing helper method
module A
def B
....partners_url
end
end
but i get this
NoMethodError - undefined method
How can i call that url helper in side a module?, thanks.