module ApiCanon::ApiCanonViewHelper

Public Instance Methods

content_for?(content_partial_name) click to toggle source
# File app/helpers/api_canon/api_canon_view_helper.rb, line 4
def content_for?(content_partial_name)
  instance_variable_get("@content_for_#{content_partial_name}")
end