Module: Softwear::ApplicationHelper

Extended by:
ApplicationHelper
Included in:
ApplicationHelper
Defined in:
app/helpers/softwear/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#grey_or_white_box_infoObject



3
4
5
6
7
8
9
# File 'app/helpers/softwear/application_helper.rb', line 3

def grey_or_white_box_info
  case Rails.application.class.parent.to_s
  when "CrmSoftwearcrmCom"  then return "box-info-error-white"
  else 
    return "box-info-error-grey"
  end
end