snippets are ready
This commit is contained in:
parent
526ad466c8
commit
9265de3d25
28 changed files with 366 additions and 8 deletions
6
db/migrate/20111016195506_add_file_name_to_snippets.rb
Normal file
6
db/migrate/20111016195506_add_file_name_to_snippets.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddFileNameToSnippets < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :snippets, :file_name, :string
|
||||
remove_column :snippets, :content_type
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue