correct indentation in activity observer

This commit is contained in:
Dmitriy Zaporozhets 2013-02-25 21:26:15 +02:00
parent 7bab81b199
commit f17fe7fff2
2 changed files with 14 additions and 15 deletions

View file

@ -1,5 +1,4 @@
class NoteObserver < ActiveRecord::Observer
def after_create(note)
send_notify_mails(note)
end