Skip to content

How to create untappd.rb initializer #1

Description

@topperge

I created a simple untappd.rb file under the config/initializers directory of my ruby 1.9.3 rails 3.2.2 app with the following content in it:

Untappd.configure do |config|
config.application_key = ""
config.username = "" # Some API calls require a signed in user
config.password = "" # Most API methods do not require a user
end

I'm sure its something simple I'm missing, any help on how to get it resolved?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions