Class: LanguagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/languages_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

caches_page_with_cache_marker, #raise_not_found!

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/languages_controller.rb', line 8

def index
  respond_with @structure
end