fix spelling

This commit is contained in:
Tema Bolshakov 2014-08-28 18:56:22 +04:00
parent 597765e3b0
commit 1b718b6d48

View File

@ -13,7 +13,7 @@ module ActiveModel
end
def serializable_hash(options = {})
raise NotImplementedError, 'This is abstract method. Should be implemented at concrete adapter.'
raise NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
end
def to_json(options={})