Changeset 319 for trunk/demo/app/controllers/admin
- Timestamp:
- 02/18/08 20:36:04 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/app/controllers/admin/backend_controller.rb
r84 r319 4 4 @query = params[:query] || '' 5 5 unless @query.blank? 6 @results = Content.find_ by_contents@query6 @results = Content.find_with_ferret @query 7 7 end 8 8 end
