Browse Source

Don't need to include ActiveModel::Validations (#2521)

closed-social-glitch-2
Tomohiro Suwa 7 years ago
committed by Eugen Rochko
parent
commit
1f805a6377
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/models/status.rb

+ 0
- 1
app/models/status.rb View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
class Status < ApplicationRecord
include ActiveModel::Validations
include Paginable
include Streamable
include Cacheable

Loading…
Cancel
Save