danimashu/sudamos

View on GitHub
app/controllers/abuses_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AbusesController < InheritedResources::Base
  actions :create
  belongs_to :advert

  def create
    create! { [parent] }
  end
end