Project

General

Profile

Download (184 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTemplatesToFeatures < ActiveRecord::Migration[4.2]
def up
Feature.create(:name => 'Templates')
end

def down
Feature.find_by_name('Templates').destroy
end
end
(156-156/405)