Reduce view name lenght limit.
This commit is contained in:
parent
2d6d5b21e3
commit
9f045fb5d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Kook
|
|||
class View
|
||||
attr_reader :name, :path, :commands
|
||||
attr_accessor :description
|
||||
VIEW_NAME_MIN_SIZE = 4
|
||||
VIEW_NAME_MIN_SIZE = 3
|
||||
VIEW_NAME_MAX_SIZE = 12
|
||||
|
||||
def initialize name, path=nil
|
||||
|
|
Loading…
Reference in a new issue