Remove duplicated method `model`

Which quells the following warning:

```
warning: method redefined; discarding old model
```
This commit is contained in:
Teo Ljungberg 2017-12-27 17:17:09 +01:00 committed by Gui Albuk
parent 43da214c92
commit fbd4e42c19
1 changed files with 0 additions and 4 deletions

View File

@ -225,10 +225,6 @@ module Shoulda
def active_resource_object?
object.respond_to?(:known_attributes)
end
def model
object.class
end
end
end
end