# File lib/active_scaffold/data_structures/bridge.rb, line 3 def self.install raise(RunTimeError, "install not defined for bridge #{name}") end
by convention and default, use the bridge name as the required constant for installation
# File lib/active_scaffold/data_structures/bridge.rb, line 8 def self.install? Object.const_defined? name.demodulize end
# File lib/active_scaffold/data_structures/bridge.rb, line 19 def self.javascripts end
Generated with the Darkfish Rdoc Generator 2.