Commit 6fca5c53 authored by Diego Louzán's avatar Diego Louzán

Add missing reference to override method in EE docs

parent d7982c2b
...@@ -262,6 +262,7 @@ end ...@@ -262,6 +262,7 @@ end
In EE, the implementation `ee/app/models/ee/users.rb` would be: In EE, the implementation `ee/app/models/ee/users.rb` would be:
```ruby ```ruby
override :internal?
def internal? def internal?
super || bot? super || bot?
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment