module PrototypeFaceboxRender
def render_to_facebox(options = {})
options[:template] = "#{default_template_name}" if options.empty?
...
Ruby Prototype Facebox Render
by Stephane Paul,
November 03, 2009 04:57,
4 refactorings, tagged with rails, ruby, prototype, facebox
I didn't want to add jQuery...