Sha256: 2f7fcad55f0de6c2678d3b4d182fa660c974b7342c2a099a92f5cf2ce9b2569f
Contents?: true
Size: 291 Bytes
Versions: 29
Compression:
Stored size: 291 Bytes
Contents
module EasyPayULatam module ApplicationHelper def method_missing(method, *args, &block) if (method.to_s.end_with?('_path') || method.to_s.end_with?('_url')) && main_app.respond_to?(method) main_app.send(method, *args) else super end end end end
Version data entries
29 entries across 29 versions & 1 rubygems