Sha256: 839b1446b006671848ad627aed061adb7ad30ff2b074ee86eaf287ef593c536d
Contents?: true
Size: 633 Bytes
Versions: 1
Compression:
Stored size: 633 Bytes
Contents
dir = File.dirname(__FILE__) require File.join(dir, 'rails-footnotes', 'footnotes') require File.join(dir, 'rails-footnotes', 'backtracer') # Load all notes # Dir[File.join(dir, 'rails-footnotes', 'notes', '*.rb')].each do |note| require note unless note ~= /queries/ && !defined?(ActiveRecord) end # The footnotes are applied by default to all actions. You can change this # behavior commenting the after_filter line below and putting it in Your # application. Then you can cherrypick in which actions it will appear. # class ActionController::Base prepend_before_filter Footnotes::Filter after_filter Footnotes::Filter end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omghax-rails-footnotes-3.6.2 | lib/rails-footnotes.rb |