I hereby claim:
- I am pichot on github.
- I am pichot (https://keybase.io/pichot) on keybase.
- I have a public key ASAIUvL1UCMT_U4cUK_vQ16jHdrZ_SndOdTYBqEiH5qm0Ao
To claim this, I am signing this object:
| Build the Green Outlook, Riverside Park (DPR) | |
| Bedford Branch Library needs a new boiler and window restoration | |
| Upgrade the FDNY Engine 307 kitchen. | |
| P.S. 125 Playground | |
| Handicap Accessibility in Front of the 46th Precinct. |
| import Ember from 'ember'; | |
| import QueryParams from 'ember-parachute'; | |
| export const myQueryParams = new QueryParams({ | |
| 'qps.housingType': { | |
| as: 'type', | |
| defaultValue: 'single', | |
| }, | |
| 'qps.housing.developmentType': { | |
| as: 'housing.developmentType', |
I hereby claim:
To claim this, I am signing this object:
| User.all.each do |user| | |
| email_token = user.email_tokens.create(email: user.email) | |
| Jobs.enqueue(:user_email, type: :forgot_password, user_id: user.id, email_token: email_token.token) | |
| end |