Move snippets to own tab as feature. Make it disabled for new projects by default
This commit is contained in:
parent
112dc875ba
commit
b765a7958d
7 changed files with 25 additions and 3 deletions
5
db/migrate/20130318212250_add_snippets_to_features.rb
Normal file
5
db/migrate/20130318212250_add_snippets_to_features.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddSnippetsToFeatures < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :snippets_enabled, :boolean, null: false, default: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue