You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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