Displaying 2 results from an estimated 2 matches for "facilities_controller".
2006 Feb 18
1
sql logic is killing me
I know my thinking is sloppy.
I want to know how many clients currently in my facility are male...
My facilities_controller.rb
  def list_fac
    @placement_pages, @placements = paginate(
      :placements, 
      :conditions => ["placements.facility_id = ?",
        params[:facility_id] ],
      :include => [:facility, :client],
      :order_by => ''facilities.name, clients.last_name,...
2006 Feb 23
3
rake error
..._controller-bak.rb (first_time,
not_needed)
** Invoke app/controllers/referral_notes_controller.rb (first_time,
not_needed)
** Invoke app/controllers/case_managers_controller.rb (first_time,
not_needed)
** Invoke app/controllers/login_controller.rb (first_time, not_needed)
** Invoke app/controllers/facilities_controller.rb (first_time,
not_needed)
** Invoke app/controllers/placements_controller-works.rb (first_time,
not_needed)
** Invoke app/controllers/search_controller.rb (first_time, not_needed)
** Invoke app/controllers/application.rb (first_time, not_needed)
** Invoke app/controllers/placements_controller_ez_...