deepkhajanchi
Joined
Activity
I am testing a model class method from 'rails console' called "progress" which is inside class 'Okr' as 'Okr.progess'. But getting NoMethodError (undefined method progress' for Okr (call 'Okr.connection' to establish a connection):Class). It looks like console is not even fetching that method. I also tried establishing connection but after that getting NoMethodError (undefined methodprogress' for #Class:0x00007f4664104f30). Thank you in advance.
I am testing a model class method from 'rails console' called "progress" which is inside class 'Okr' as 'Okr.progess'. But getting NoMethodError (undefined method progress' for Okr (call 'Okr.connection' to establish a connection):Class). It looks like console is not even fetching that method. I also tried establishing connection but after that getting NoMethodError (undefined method
progress' for #Class:0x00007f4664104f30). Thank you in advance.