Skip to content

Instantly share code, notes, and snippets.

View JGefroh's full-sized avatar
🐢
It's going to be a turtley awesome day!

Joseph Gefroh JGefroh

🐢
It's going to be a turtley awesome day!
View GitHub Profile
@JGefroh
JGefroh / brunch-config.coffee
Last active August 18, 2016 03:29
Sample brunch configuration
if process.env.production
analytics_provider = 'GoogleUniversal'
else
analytics_provider = 'Console'
exports.config =
modules:
definition: false
wrapper: false
plugins:
def fetch_records(params)
User.where(account_id: params[:account_id])
end