Sha256: e24236dd32d4a2e2dbaf783971f0bf4db1108c06e11cebe230e8cc24181a4e6d
Contents?: true
Size: 379 Bytes
Versions: 13
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true module Importo module ApplicationHelper # def respond_to_missing?(method) # method.ends_with?('_url') || method.ends_with?('_path') # end # # def method_missing(method, *args, &block) # if main_app.respond_to?(method) # main_app.send(method, *args) # else # super # end # end end end
Version data entries
13 entries across 13 versions & 1 rubygems