Changeset 5024
- Timestamp:
- 09/05/06 22:44:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/simply_helpful/lib/simply_helpful/av_extensions.rb
r5022 r5024 3 3 def render_partial_with_record_identification(partial_path, local_assigns = nil, deprecated_local_assigns = nil) 4 4 if partial_path.is_a?(String) || partial_path.is_a?(Symbol) || partial_path.nil? 5 render_partial_without_record_iden fification(5 render_partial_without_record_identification( 6 6 partial_path, local_assigns, deprecated_local_assigns 7 7 ) … … 17 17 end 18 18 else 19 render_partial_without_record_iden fification(19 render_partial_without_record_identification( 20 20 SimplyHelpful::RecordIdentifier.partial_path(partial_path), local_assigns, deprecated_local_assigns 21 21 )