Class: FeatureRatesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- FeatureRatesController
- Defined in:
- app/controllers/feature_rates_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
caches_page_with_cache_marker, #raise_not_found!
Instance Method Details
#index ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'app/controllers/feature_rates_controller.rb', line 6 def index @rates = TranslationCms::Api::FeatureRate.all( _satellite_id: Settings.satellite_id, feature_type_id: params[:feature_type_id] ) respond_with @rates end |