I hereby claim:
- I am antulik on github.
- I am antulik (https://keybase.io/antulik) on keybase.
- I have a public key ASCPHuz6XIf7JPcOmonCc9BsNUf47rvmnP3_XFRuo5tQqAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # OLD | |
| context 'when token is expired' do | |
| let!(:user) { create :user, discord_token_expired: true } | |
| context 'when token refresh successful' do | |
| let(:response) { build(:discord_refresh_token_response) } | |
| before do | |
| stub_request(:post, "https://discordapp.com/api/v6/oauth2/token") | |
| .to_return(body: response.to_json) |
| def thumb_url photo, size | |
| case photo | |
| when ImageUploader | |
| if Rails.env.development? | |
| path = photo.path | |
| else | |
| path = photo.url | |
| end | |
| when String | |
| path = photo |
| def show | |
| render_js do | |
| if result[:error] | |
| messenger_error(message: result[:error][:message]) | |
| else | |
| messenger_success(message: 'Your message was sent successfully') | |
| end | |
| hide_modal | |
| end | |
| end |
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
| var D3punchcard = function(el, options) { | |
| options || (options = {}); | |
| var _chart = {}; | |
| var _svg = null; | |
| var _this = this; | |
| _this.el = el | |
| _this.data = options.data; | |
| var days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; |
[CollagePlus]