David Sigley

Results 5 comments of David Sigley

I just checked the admin panel of my app, it looks like it has added (Multiple times) The kind has also been added once. but badges haven't been assigned to...

Great, thanks for getting back to me so quickly.

Additionally, kind = Kind.where(:name => "author") user.change_points({ points: 100, kind: kind.id }) is giving me: undefined method `id' for #Kind::ActiveRecord_Relation:0x007f8c39d0b958 It looks like very little is working at the moment.

btw, your premium tool looks great!

@alexprengere thanks for checking this. You're right, it makes fetching rates a little more explicit rather than having to derive the conversion rate from `c.convert(1 'EUR', 'NOK')` I think it's...