Sha256: dfb76f061fb78d8b9cd8f33f36b9a5ded60f1db91cba68f0131ee2e59c1ec4fa

Contents?: true

Size: 318 Bytes

Versions: 128

Compression:

Stored size: 318 Bytes

Contents

module Phcscriptcdnpro
  module ApplicationHelper

    # Add Active to Menu
    def is_active_controller(controller_name)
      params[:controller] == controller_name ? "active open selected" : nil
    end

    def is_active_action(action_name)
      params[:action] == action_name ? "active" : nil
    end

  end
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
phcscriptcdnpro-19.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-19.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-18.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-18.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-17.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-17.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-16.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-16.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-15.2.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-15.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-15.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-14.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-14.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-13.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-13.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-12.2.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-12.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-12.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.3.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.2.1 app/helpers/phcscriptcdnpro/application_helper.rb