mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Merge pull request #1186 from internetee/remove-mail-templates
Remove mail templates feature as buggy and unused
This commit is contained in:
commit
07b23ca57f
17 changed files with 7 additions and 271 deletions
|
@ -99,7 +99,6 @@ class Ability
|
|||
can :manage, LegalDocument
|
||||
can :manage, BankStatement
|
||||
can :manage, BankTransaction
|
||||
can :manage, MailTemplate
|
||||
can :manage, Invoice
|
||||
can :manage, WhiteIp
|
||||
can :manage, AccountActivity
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
class MailTemplate < ActiveRecord::Base
|
||||
validates :name, :subject, :from, :body, :text_body, presence: true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue