Mercurial > hg > soundsoftware-site
view vendor/plugins/engines/test/lib/render_information.rb @ 157:2d5da64204bc feature_55
migration with new "other_institution" column in ssamr_user_details table.
author | luisf |
---|---|
date | Wed, 26 Jan 2011 15:58:02 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
module RenderInformation def render_class_and_action(note = nil, options={}) text = "rendered in #{self.class.name}##{params[:action]}" text += " (#{note})" unless note.nil? render options.update(:text => text) end end