Method: ActiveStix::MarkingDefinitionsController#new

Defined in:
app/controllers/active_stix/marking_definitions_controller.rb

#newObject

GET /marking_definitions/new



17
18
19
# File 'app/controllers/active_stix/marking_definitions_controller.rb', line 17

def new
  @marking_definition = MarkingDefinition.new
end