Flockingbird/roost

View on GitHub
app/reactors/invitation_mailer.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Reactors::InvitationMailer#subject doesn't depend on instance state (maybe move it to another class?)
Open

    def subject(inviter)
Severity: Minor
Found in app/reactors/invitation_mailer.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

Reactors::InvitationMailer#from doesn't depend on instance state (maybe move it to another class?)
Open

    def from(inviter)
Severity: Minor
Found in app/reactors/invitation_mailer.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status