mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Create views for bounced emails
This commit is contained in:
parent
0f3b033f79
commit
188cca0c06
9 changed files with 169 additions and 0 deletions
|
@ -109,6 +109,7 @@ class Ability
|
|||
can :destroy, :pending
|
||||
can :create, :zonefile
|
||||
can :access, :settings_menu
|
||||
can :manage, BouncedMailAddress
|
||||
end
|
||||
|
||||
def static_registrant
|
||||
|
|
2
app/models/bounced_mail_address.rb
Normal file
2
app/models/bounced_mail_address.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class BouncedMailAddress < ApplicationRecord
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue