5 lines
128 B
5 lines
128 B
6 years ago
|
class Webssh < ActiveRecord::Base
|
||
|
attr_accessible :host, :myshixun_id, :password, :port, :username
|
||
|
belongs_to :myshixun
|
||
|
end
|