Commit 733087eb1d8ab20f11d7f4730cdbd5acd51018ee

Authored by Victor Costa
2 parents 9d7ae0e2 ab8dc0f5

Merge branch 'master' into rails3

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
.ackrc 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +--ignore-dir=log
  2 +--ignore-dir=tmp
  3 +--ignore-dir=pkg
... ...
db/schema.rb
... ... @@ -11,7 +11,7 @@
11 11 #
12 12 # It's strongly recommended to check this file into your version control system.
13 13  
14   -ActiveRecord::Schema.define(:version => 20140605222753) do
  14 +ActiveRecord::Schema.define(:version => 20140724134601) do
15 15  
16 16 create_table "abuse_reports", :force => true do |t|
17 17 t.integer "reporter_id"
... ...