Sha256: 70e1416dfd1073782ce96dda380e9c3c75cdadcacb1a22c2b08b098d9b2465fc

Contents?: true

Size: 664 Bytes

Versions: 2

Compression:

Stored size: 664 Bytes

Contents

# Changelog

This is mainly to document major new features and backwards-incompatible changes.

## v1.0.0.pre3

- Rename controller methods (again):
  - `authorize_actions_on` => `authorize_actions_for`
  - `authorize_action_on` => `authorize_action_for`
- Cleaned up `authorize_action_for` to only accept a `resource` argument (the
  current user is determined by `authority_user`)

## v1.0.0.pre2

Rename controller methods:

- `check_authorization_on`  => `authorize_actions_on`
- `check_authorization_for` => `authorize_action_on`

## v1.0.0.pre1

- Renamed `config.authority_actions` to `config.controller_action_map`.

## v0.9.0

Initial release (basically)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authority-1.0.0.pre4 CHANGELOG.markdown
authority-1.0.0.pre3 CHANGELOG.markdown