Lay the ground works to submit information to Akismet
- New concern `AkismetSubmittable` to allow issues and other `Spammable` models to be submitted to Akismet.
- New model `UserAgentDetail` to store information needed for Akismet.
- Services needed for their creation and tests.
Showing
app/models/concerns/akismet_submittable.rb
0 → 100644
app/models/user_agent_detail.rb
0 → 100644
app/services/user_agent_detail_service.rb
0 → 100644
spec/factories/user_agent_details.rb
0 → 100644
spec/models/user_agent_detail_spec.rb
0 → 100644
Please
register
or
sign in
to comment