Sha256: 1e442bf0a15ddfa557470d2ccee314a2fd3f1ba3794bbf9977b2322d7683cdf5

Contents?: true

Size: 187 Bytes

Versions: 9

Compression:

Stored size: 187 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.10 app/helpers/thredded/application_helper.rb
thredded-0.0.9 app/helpers/thredded/application_helper.rb
thredded-0.0.8 app/helpers/thredded/application_helper.rb
thredded-0.0.7 app/helpers/thredded/application_helper.rb
thredded-0.0.6 app/helpers/thredded/application_helper.rb
thredded-0.0.5 app/helpers/thredded/application_helper.rb
thredded-0.0.4 app/helpers/thredded/application_helper.rb
thredded-0.0.3 app/helpers/thredded/application_helper.rb
thredded-0.0.1 app/helpers/thredded/application_helper.rb