docbrown/app/models/email_message.rb
2018-02-28 16:11:08 -05:00

5 lines
No EOL
257 B
Ruby

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