Skip to content

Using rails footnotes with netbeans

romanvbabenko edited this page Nov 23, 2011 · 1 revision

#Rails Footnotes with Netbeans on Linux
#Put these lines in environment.rb
if Rails.env.dependent? && defined?(Footnotes)
  Footnotes.run!
  Footnotes::Filter.prefix = "editor://open?url=file://%s&line=%d"
end
Clone this wiki locally