Skip to content

Commit

Permalink
Remove unused contact model
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Sep 10, 2016
1 parent c3d5380 commit 24c1f35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions app/models/contact.rb

This file was deleted.

2 changes: 0 additions & 2 deletions db/migrate/20140813110107_set_charset_for_mysql.rb
Expand Up @@ -3,7 +3,6 @@ def all_models
@all_models ||= [
Agent,
AgentLog,
Contact,
Event,
Link,
Scenario,
Expand All @@ -23,7 +22,6 @@ def change
all_models.each { |model|
table_name = model.table_name

# `contacts` may not exist
next unless connection.table_exists? table_name

model.columns.each { |column|
Expand Down

0 comments on commit 24c1f35

Please sign in to comment.