Module: Mist
- Extended by:
- Configuration, Repository
- Defined in:
- lib/mist.rb,
lib/mist/engine.rb,
lib/mist/version.rb
Defined Under Namespace
Modules: Configuration, Permalink, PostsHelper, Repository, Version Classes: CodeExampleParser, Engine, GitFileSystemHistory, GitModel, Post, PostSweeper, PostsController, SetupGenerator, ViewsGenerator
Constant Summary collapse
Class Method Summary collapse
-
.authorized_actions ⇒ Object
Returns an array of all possible actions which Mist will authorize against at one point or another.
Methods included from Configuration
author, authorizations, authorize, authorized?, commit_meta_data, commit_meta_data=, default_repository_location, repository_location, repository_location=, reset_authorizations!, title, title=
Methods included from Repository
reload_repository!, repository
Class Method Details
.authorized_actions ⇒ Object
Returns an array of all possible actions which Mist will authorize against at one point or another
22 23 24 |
# File 'lib/mist.rb', line 22 def [ :create_post, :edit_post, :destroy_post, :view_drafts ] end |