Skip to content

Instantly share code, notes, and snippets.

@zhengjia
Created July 26, 2010 00:56
Show Gist options
  • Save zhengjia/490049 to your computer and use it in GitHub Desktop.
Save zhengjia/490049 to your computer and use it in GitHub Desktop.
footnote
RAILS_ROOT/config/environments/development.rb
config.gem "rails-footnotes"
environment.rb or
in an initializer do:
if defined?(Footnotes)
Footnotes::Filter.prefix = 'txmt://open?url=file://%s&line=%d&column=%d'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment