docbrown/app/models/email_message.rb
2018-07-13 12:48:47 -04:00

5 lines
258 B
Ruby

class EmailMessage < Ahoy::Message
# So far this is mostly used to be compatible with administrate gem,
# which doesn't seem to play nicely with namespaces. But there could be other
# reasons to define behavior here, similar to how we use the Tag model.
end