Class: Entitlements::Backend::Dummy::Controller
Constant Summary
collapse
- C =
::Contracts
BaseController::COMMON_GROUP_CONFIG
Instance Attribute Summary
#actions
Instance Method Summary
collapse
common, extended, included
identifier, #initialize, #print_differences, priority, #priority, register
Instance Method Details
#apply(caction) ⇒ Object
70
71
72
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 70
def apply(caction)
end
|
#calculate ⇒ Object
49
50
51
52
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 49
def calculate
@actions = []
end
|
#change_count ⇒ Object
39
40
41
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 39
def change_count
super
end
|
#preapply ⇒ Object
60
61
62
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 60
def preapply
end
|
#prefetch ⇒ Object
19
20
21
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 19
def prefetch
end
|
#validate ⇒ Object
29
30
31
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 29
def validate
end
|
#validate_config!(key, data) ⇒ Object
81
82
83
|
# File 'lib/entitlements/backend/dummy/controller.rb', line 81
def validate_config!(key, data)
end
|