Method: MaglevDatabaseExplorer.application_port
- Defined in:
- lib/maglev-database-explorer/debug_server.rb
.application_port ⇒ Object
19 20 21 |
# File 'lib/maglev-database-explorer/debug_server.rb', line 19 def self.application_port @application_port ||= Rails::Server.new.[:Port] end |