We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruby 3.2.3 rails 7.1.3.2 rails-footnotes 7.1.0
rails_footnotes.rb
Footnotes.setup do |f| f.enabled = Rails.env.development? end if defined?(Footnotes) && Footnotes.respond_to?(:setup)
I start app in development mode, and nothing happens and nothing appears(
I tried add div in layout with id="footnotes_holder"
but it empty always(
There are no errors, but nothing happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ruby 3.2.3
rails 7.1.3.2
rails-footnotes 7.1.0
rails_footnotes.rb
Footnotes.setup do |f|
f.enabled = Rails.env.development?
end if defined?(Footnotes) && Footnotes.respond_to?(:setup)
I start app in development mode, and nothing happens and nothing appears(
I tried add div in layout with id="footnotes_holder"
but it empty always(
There are no errors, but nothing happens.
The text was updated successfully, but these errors were encountered: