Class: Sbmt::Outbox::RootController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/sbmt/outbox/root_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/sbmt/outbox/root_controller.rb', line 6

def index
  @local_endpoint = Outbox.config.ui.local_endpoint
  @cdn_url = Outbox.config.ui.cdn_url
end