mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Merge pull request #132 from enbaglisash/removing_unnecessary_attr_reader
remove unnecessary attr_reader in StateMachine class
This commit is contained in:
commit
ab29f0abd4
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ module AASM
|
|||
end
|
||||
|
||||
attr_accessor :states, :events, :initial_state, :config
|
||||
attr_reader :name
|
||||
|
||||
def initialize
|
||||
@initial_state = nil
|
||||
|
|
Loading…
Reference in a new issue