profile_categorization.rb 136 Bytes Edit Raw Blame History 1 2 3 4 5 class ProfileCategorization < ActiveRecord::Base set_table_name :categories_profiles belongs_to :profile belongs_to :category end