hacken-in/hacken-in

View on GitHub
app/models/event_curation.rb

Summary

Maintainability
A
0 mins
Test Coverage
class EventCuration < ActiveRecord::Base
  belongs_to :user
  belongs_to :event
end