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

Changeset 1315

Show
Ignore:
Timestamp:
05/19/05 17:14:35 (3 years ago)
Author:
david
Message:

Fixed doc #1291

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/filters.rb

    r1238 r1315  
    7070    # 
    7171    #   class WeblogController < ActionController::Base 
    72     #     before_filter { |controller| return false if controller.params["stop_action"] } 
     72    #     before_filter { |controller| false if controller.params["stop_action"] } 
    7373    #   end 
    7474    #