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