changed default value to fix #68

This commit is contained in:
rkaldung 2013-01-21 19:53:32 +01:00
parent 4593b01350
commit a73448c942

View file

@ -619,7 +619,7 @@ Setting.create_if_not_exists(
], ],
}, },
:state => { :state => {
:value => 'right', :value => 'left',
}, },
:frontend => false :frontend => false
) )