Sha256: db99f29cad008a0c5aeb942544b513098468c920e86b124568c5f5c3f13b1169
Contents?: true
Size: 736 Bytes
Versions: 17
Compression:
Stored size: 736 Bytes
Contents
module CmPageBuilder module Rails module ApplicationHelper # def method_missing method, *args, &block # pp "===========" # if method.to_s.end_with?('_path') or method.to_s.end_with?('_url') # if main_app.respond_to?(method) # main_app.send(method, *args) # else # super # end # else # super # end # end # # def respond_to?(method) # if method.to_s.end_with?('_path') or method.to_s.end_with?('_url') # if main_app.respond_to?(method) # true # else # super # end # else # super # end # end end end end
Version data entries
17 entries across 17 versions & 2 rubygems