Class: Styleguide::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Styleguide::BaseController
- Defined in:
- app/controllers/locker_kit/styleguide/base_controller.rb
Instance Method Summary collapse
- #body_copy ⇒ Object
- #colors ⇒ Object
- #forms ⇒ Object
- #headings ⇒ Object
- #links ⇒ Object
- #lists ⇒ Object
Instance Method Details
#body_copy ⇒ Object
4 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 4 def body_copy; end |
#colors ⇒ Object
8 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 8 def colors; end |
#forms ⇒ Object
7 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 7 def forms; end |
#headings ⇒ Object
3 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 3 def headings; end |
#links ⇒ Object
6 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 6 def links; end |
#lists ⇒ Object
5 |
# File 'app/controllers/locker_kit/styleguide/base_controller.rb', line 5 def lists; end |