Module: ProtectedRef
- Extended by:
- ActiveSupport::Concern
- Included in:
- ProtectedBranch, ProtectedTag
- Defined in:
- app/models/concerns/protected_ref.rb
Instance Method Summary collapse
Instance Method Details
#commit ⇒ Object
17 18 19 |
# File 'app/models/concerns/protected_ref.rb', line 17 def commit project.commit(self.name) end |