Accessing series data? #812
-
|
Hi, Trying to upgrade from 9 to 43, and we make use of Am I missing something or is there another way to do this easily in 43? I can't use series_nav for example, I specifically need the array with page numbers that comes from the series method. It would be even more useful if it was available as an option in the data_hash. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
The Ensure the file is loaded, then you should be able to get the series array by passing |
Beta Was this translation helpful? Give feedback.
-
|
Trying to upgrade. I can't get this to work. Why isn't This is what I have in my initializer: No matter what I do, I get this error: |
Beta Was this translation helpful? Give feedback.
The
seriesis a protected method in the series.rb file.Ensure the file is loaded, then you should be able to get the series array by passing
:seriesas one of the:data_keyspassed to thedata_hashhelper.