Noosfero/noosfero

View on GitHub
app/models/event.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Event has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class Event < Article
  has_many :invitations, class_name: "EventInvitation"

  attr_accessible :start_date, :end_date, :link, :address

Severity: Minor
Found in app/models/event.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status