Skip to content

Adding an authority

Luke Imhoff edited this page Jan 17, 2014 · 2 revisions

Add the authority to metasploit_model first

Seed

Add seed attributes to authority_attributes in db/seeds.rb:

# ...
authority_attributes = [
    # ...
    {
        abbreviation: '<abbreviation>',
        obsolete: false,
        summary: '<summary>',
        url: '<url>'  
    }
    # ...
]
Clone this wiki locally