Class: C80Estate::AjaxViewController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/c80_estate/ajax_view_controller.rb

Instance Method Summary collapse

Instance Method Details

#table_properties_coef_busyObject



4
5
6
7
8
9
10
11
# File 'app/controllers/c80_estate/ajax_view_controller.rb', line 4

def table_properties_coef_busy

  @atype_id = request.params[:atype_id] == "" ? nil:request.params[:atype_id]

  respond_to do |format|
    format.js
  end
end

#table_properties_coef_busy_sqObject



13
14
15
16
17
18
19
20
# File 'app/controllers/c80_estate/ajax_view_controller.rb', line 13

def table_properties_coef_busy_sq

  @atype_id = request.params[:atype_id] == "" ? nil:request.params[:atype_id]

  respond_to do |format|
    format.js
  end
end