woese/guara-crm

View on GitHub
app/models/city.rb

Summary

Maintainability
A
0 mins
Test Coverage
class City < ActiveRecord::Base
  attr_accessible :name, :state, :state_id
  
  belongs_to :state
  
  include ActiveDisablable
end