class Superhosting::Controller::Mysql
Public Instance Methods
db()
click to toggle source
# File lib/superhosting/controller/mysql.rb, line 4 def db self.get_controller(Db) end
grant()
click to toggle source
# File lib/superhosting/controller/mysql.rb, line 12 def grant end
user()
click to toggle source
# File lib/superhosting/controller/mysql.rb, line 8 def user self.get_controller(User) end