Skip to content

Instantly share code, notes, and snippets.

@tdm00
Created April 30, 2013 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdm00/5485824 to your computer and use it in GitHub Desktop.
Save tdm00/5485824 to your computer and use it in GitHub Desktop.
Rails is just Ruby fix
```ruby
module Beeper
def self.twilio_phone_number
'xyz'
end
def self.twilio_sid
'xxx'
end
def self.twilio_auth_token
'yyy'
end
def self.your_phone_number
''
end
def self.your_email_address
''
end
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment