Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5024

Show
Ignore:
Timestamp:
09/05/06 22:44:12 (2 years ago)
Author:
marcel
Message:

Fix remaining Danishisms in spelling of identification

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/simply_helpful/lib/simply_helpful/av_extensions.rb

    r5022 r5024  
    33    def render_partial_with_record_identification(partial_path, local_assigns = nil, deprecated_local_assigns = nil) 
    44      if partial_path.is_a?(String) || partial_path.is_a?(Symbol) || partial_path.nil? 
    5         render_partial_without_record_idenfification( 
     5        render_partial_without_record_identification( 
    66          partial_path, local_assigns, deprecated_local_assigns 
    77        ) 
     
    1717        end 
    1818      else 
    19         render_partial_without_record_idenfification( 
     19        render_partial_without_record_identification( 
    2020          SimplyHelpful::RecordIdentifier.partial_path(partial_path), local_assigns, deprecated_local_assigns 
    2121        )