Method: ActiveScaffold.js_framework
- Defined in:
- lib/active_scaffold.rb
.js_framework ⇒ Object
75 76 77 78 79 80 81 82 |
# File 'lib/active_scaffold.rb', line 75 def self.js_framework @@js_framework ||= if defined? Jquery :jquery elsif defined? PrototypeRails :prototype end end |