parent
960b59c807
commit
c2302dc0c7
@ -0,0 +1 @@
|
||||
$('#attachments_<%= j params[:attachment_id] %>').remove();
|
@ -0,0 +1,5 @@
|
||||
class AddTechnicalTitleToUserExtensions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_extensions, :technical_title, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue