Class: SignedForm::ActiveAdmin::Version
- Inherits:
-
Object
- Object
- SignedForm::ActiveAdmin::Version
- Defined in:
- lib/signed_form-activeadmin/version.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
3- PATCH =
0
Class Method Summary collapse
Class Method Details
.to_s ⇒ Object
8 9 10 |
# File 'lib/signed_form-activeadmin/version.rb', line 8 def self.to_s "#{MAJOR}.#{MINOR}.#{PATCH}" end |