Sha256: ee77b554ee1d9923a13992f11366000bcbf8e2e4332085b1121c94af3a8858c4
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 Bytes
Contents
# Footnotes is divided in three main files: # # * loader.rb: Initialize the plugin and apply the footnotes as an after_filter; # # * footnotes.rb: Is the core and adds the debug options at the bottom of each page; # # * backtracer.rb: Append links to your favorite editor in backtraces. # if RAILS_ENV == 'development' dir = File.dirname(__FILE__) require File.join(dir,'lib','footnotes') require File.join(dir,'lib','loader') require File.join(dir,'lib','backtracer') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
josevalim-rails-footnotes-3.3.1 | init.rb |