Class: Account::ExtrasController

Inherits:
BaseController show all
Defined in:
app/controllers/account/extras_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

caches_page_with_cache_marker, #raise_not_found!

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/account/extras_controller.rb', line 5

def index
  @extras = ExtraFeature.sorted
end