I hereby claim:
- I am theodorton on github.
- I am theodorton (https://keybase.io/theodorton) on keybase.
- I have a public key ASDf8FtUdURnksgFK0pIJ7luMs2CfIGfT177T6gOI6a3cwo
To claim this, I am signing this object:
| Lead Tab | |
| Approved | |
| Book -> Booked | |
| Unqualify -> Unqualified | |
| Postpone -> Postponed | |
| Send SMS and email macro -> Approved | |
| Lead* | |
| Book and approve -> Booked | |
| Approve -> Approved | |
| Postpone -> Postponed |
| Initial State | |
| vanilla -> Lead | |
| smartcar -> Authorized | |
| smartcar model3 -> Equipment Delivered | |
| prelead -> Prelead | |
| create installation directly in CRM -> Active | |
| create lead from CRM -> Lead | |
| Lead Tab | |
| Prelead* | |
| user and listing connected -> Lead |
I hereby claim:
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| import StatefulRoute from 'respoller-app/utils/stateful-route'; | |
| export default Ember.Route.extend(StatefulRoute, { | |
| model: function(){ | |
| // ... | |
| } | |
| }); |
| ul.nav.navbar-nav | |
| = liTo 'index' | Home | |
| = liTo 'about | Index | |
| = liTo 'contact' | Contact | |
| footer | |
| = liTo 'privacy' tagName="p" | |
| | I'm a link wrapped in a p, and when you click on the p you get routed to my link! |
| describe BlogPostSerializer do | |
| include_context "serializer spec" | |
| let(:model) do | |
| BlogPost.new({ | |
| title: "Lol", | |
| author_attributes: { email: "[email protected]"} | |
| }) | |
| end |