Deprecated View features
- content_for('name_of_content_block') - use yield :name_of_content_block
- :human_size - use :number_to_human_size
- link_image_to - use image_tag within a link_to method
- :post as a link modifier - use :method => "post" instead
- render_partial - use render :partial
- render_partial_collection - use render :partial, :collection
0 comments:
Post a Comment