Project

General

Profile

Download (156 Bytes) Statistics
| Branch: | Tag: | Revision:
class GeneralSettingToDsl < ActiveRecord::Migration[6.0]
def up
Setting.where(category: 'Setting::General').update_all(category: 'Setting')
end
end
(361-361/386)