9 10 11 12
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/html/show.rb', line 9 def show view, args content = send show_method, view, args Env.ajax? ? content : wrap_with_html_page(content) end