Sha256: 7ca0bba9c73be31258bb2e5e1751a95240e722571258dc21a97f9af2f8c56b04

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module SocialFramework
  class Route < ActiveRecord::Base
  	has_and_belongs_to_many :users
  	has_many :events
  	has_many :locations
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_framework-1.0.1 app/models/social_framework/route.rb
social_framework-0.0.3 app/models/social_framework/route.rb
social_framework-0.0.2 app/models/social_framework/route.rb