Sha256: fbc6036ce60ddd6c1d6d5d92c243f4b4ce415f8ab89e8cecc5c305a9312d321e
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
module BillySignup module SignupsHelper 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
5 entries across 5 versions & 1 rubygems