Method: MaglevDatabaseExplorer.application_port

Defined in:
lib/maglev-database-explorer/debug_server.rb

.application_portObject



19
20
21
# File 'lib/maglev-database-explorer/debug_server.rb', line 19

def self.application_port
  @application_port ||= Rails::Server.new.options[:Port]
end