Method: ActiveStix::MarkingDefinitionsController#new
- Defined in:
- app/controllers/active_stix/marking_definitions_controller.rb
#new ⇒ Object
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 |