Class: Ez::Settings::ApplicationController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/ez/settings/application_controller.rb

Direct Known Subclasses

SettingsController

Instance Method Summary collapse

Instance Method Details

#view(cell_name, *args) ⇒ Object



8
9
10
# File 'app/controllers/ez/settings/application_controller.rb', line 8

def view(cell_name, *args)
  render html: cell("ez/settings/#{cell_name}", *args), layout: true
end