3 lines
64 B
Ruby
3 lines
64 B
Ruby
|
class Widget < ActiveRecord::Base
|
||
|
self.primary_key = :w_id
|
||
|
end
|