Fixed typo in class name.

This commit is contained in:
Martin Edenhofer 2015-10-15 23:27:22 +02:00
parent 6ff61092c1
commit a6826a9166

View file

@ -1,4 +1,4 @@
class Sessions::Backend::Collections::Macor < Sessions::Backend::Collections::Base class Sessions::Backend::Collections::Macro < Sessions::Backend::Collections::Base
model_set 'Macro' model_set 'Macro'
add_if_not_role 'Customer' add_if_not_role 'Customer'
end end