We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
New Speakerinnen* have the attribute published set to false by default.
They have to be approved by an admin. The admin has to change the status of published to true.
Workflow:
# Heroku Console: $ open heroku run console # search profile: ( >> profile = Profile.find_by(:email => "name@example.com") # does not work! DOTO ask Sven ) >> profile = Profile.find(idnumber) # check: >> profile # change status: >> profile.published = true # Save: >> profile.save