Module: Card::Set::All::Html::Show::HtmlFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod004-format/all/html/show.rb

Instance Method Summary collapse

Instance Method Details

#show(view, args) ⇒ Object



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