Module: Autoselect::AssertedEnvironment::Operators
- Included in:
- Autoselect
- Defined in:
- lib/autoselect/asserted_environment/operators.rb
Overview
AssertedEnvironment has no new-record modal to back !n - drop it, since creating one is complicated by requiring an object selection (there is no standalone form; see app/views/asserted_environments/new.html.erb).
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/autoselect/asserted_environment/operators.rb', line 8 def self.included(base) base.extend(ClassMethods) end |