Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 439 Bytes

controllers_helper.md

File metadata and controls

27 lines (19 loc) · 439 Bytes

Controllers Helper

Rails controller and action helper for views

Installation

  • copy controllers_helper.rb to app/helpers/controllers_helper.rb
  • copy controllers_helper_spec.rb to spec/helpers/controllers_helper_spec.rb

Usage

namespace?("admin")
controller?("contents", "users")
action?("index")
is_active?(root_path)
is_active?(root_path, "custom-active-css-class")