Method: ActiveStix::BundledObjectsController#index

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

#indexObject

GET /bundled_objects



8
9
10
# File 'app/controllers/active_stix/bundled_objects_controller.rb', line 8

def index
  @bundled_objects = BundledObject.all
end