Method: Blogit::Configuration#hidden_states
- Defined in:
- lib/blogit/configuration.rb
#hidden_states ⇒ Object
List of states that will hide the posts from the public.
Defaults to HIDDEN_STATES
109 |
# File 'lib/blogit/configuration.rb', line 109 config_accessor(:hidden_states) { HIDDEN_STATES } |