Skip to content

Commit

Permalink
local modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
gemhalo committed Apr 8, 2011
1 parent de441bb commit bbf5662
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
36 changes: 0 additions & 36 deletions app/views/moe_data_import/show.html.erb.orig

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/moe_data_import/upload.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 46,7 @@
<td><%=applicant.educational_backgrounds.first.eheece_code %></td>
<td><%= [applicant.educational_backgrounds.first.result,applicant.educational_backgrounds.first.out_of].join("/") %></td>
<td><%=applicant.admission.name %></td>
<td><%=applicant.enrollment_mode_type %></td>
<td><%=applicant.enrollment_mode_type.name %></td>
</tr>
<% end %>
</tbody>
Expand Down
51 changes: 0 additions & 51 deletions app/views/moe_data_import/upload.html.erb.orig

This file was deleted.

5 changes: 1 addition & 4 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 172,7 @@


#enrollment mode types
enrollment_mode_types = [
{:name => "Part Time"},
{:name => "Full Time"},
]
enrollment_mode_types = ["Part Time","Full Time"]
enrollment_mode_types.each do |enrollment_mode_type|
EnrollmentModeType.create!({:name => enrollment_mode_type})
end
Expand Down

0 comments on commit bbf5662

Please sign in to comment.