Skip to content

Instantly share code, notes, and snippets.

View MEPF's full-sized avatar

Emanuel Magdici MEPF

  • Quartz Matrix
  • RO - Iasi
View GitHub Profile
Model.findByName = (name, value, cb) ->
model = new @
@find "SELECT * FROM #{model.tableName()} WHERE `#{name}`=`#{value}` LIMIT 1", cb