database_classname 2

database_classname()
Instance Public methods

def create_self(keys)

1
2
3
4
5
if keys and keys != None
  tk_call_without_enc('frame', @path, *hash_kv(keys))
else
  tk_call_without_enc( 'frame', @path)
end

end private :create_self

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.