Sha256: b1984bbd87b9c1bc9b866066e87ee4741964c8c0c19383ce644fd5764a3877f5

Contents?: true

Size: 188 Bytes

Versions: 1

Compression:

Stored size: 188 Bytes

Contents

module Discussion
  module ApplicationHelper
    def method_missing(method, *args, &block)
      main_app.send(method, *args, &block)
    rescue NoMethodError
      super
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discussion-0.0.1 app/helpers/discussion/application_helper.rb