class CopyTunerClient::Engine
Connects to integration points for Rails 3 applications
def translate_with_copyray_comment(key, options = {})
def translate_with_copyray_comment(key, options = {}) source = translate_without_copyray_comment(key, options) if options[:rescue_format] == :html or options[:rescue_format].nil? CopyTunerClient::Copyray.augment_template(source, scope_key_by_partial(key)) else source end end