Skip to content

Instantly share code, notes, and snippets.

View jwkloos's full-sized avatar

Jan-Willem van 't Klooster jwkloos

View GitHub Profile
@jwkloos
jwkloos / devise.nl.yml
Last active December 17, 2015 14:11
polite Dutch Devise locale
# Meer vertalingen: https://github.com/plataformatec/devise/wiki/I18n
nl:
devise:
confirmations:
confirmed: 'Uw account is bevestigd.'
send_instructions: 'U ontvangt via e-mail instructies om uw account te bevestigen.'
send_paranoid_instructions: 'Als uw e-mailadres bestaat in de database, ontvangt u via e-mail instructies hoe u uw account kunt bevestigen.'
failure:
already_authenticated: 'U bent al ingelogd.'
@jwkloos
jwkloos / account.rb
Last active September 1, 2015 13:38 — forked from smoil/account.rb
Ajax select/multi select in Rails using Select2
class Account < ActiveRecord::Base
def self.search(name = nil)
# search logic
end
end