module InheritedResources
Constants
- ACTIONS
- VERSION
Public Class Methods
flash_keys=(array)
click to toggle source
Change the flash keys used by FlashResponder.
# File lib/inherited_resources.rb, line 26 def self.flash_keys=(array) Responders::FlashResponder.flash_keys = array end