Skip to content

How Casey Fixed the YDC site 7/31/14 #2

@stuartteal

Description

@stuartteal

How Casey Fixed the YDC site 7/31/14

cd into the production version
ubuntu:/rails/campustheater-production/current
RAILS_ENV=production rails console

TakeoverRequest.where(:approved => false).map{|tr| puts tr.requested_person.display_name}

TakeoverRequest.where(:approved => false).first.destroy
(the first one in the array was the problem so that's why it's first.destroy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions