Skip to content

Commit

Permalink
fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Nov 21, 2024
1 parent d65d64c commit 002f1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/active_scaffold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def self.js_framework=(framework)
ActiveSupport::Deprecation.warn warning
@@js_framework = framework
end

def self.js_framework
@@js_framework ||=
if defined? Jquery
Expand Down

0 comments on commit 002f1ac

Please sign in to comment.