Apply splay earlier in story updates
This commit is contained in:
parent
b5f2c2df1a
commit
08b048540c
1 changed files with 1 additions and 2 deletions
|
|
@ -157,6 +157,7 @@ module FicTracker::Models
|
|||
|
||||
refresh_content
|
||||
refresh_metadata
|
||||
apply_splay!
|
||||
|
||||
full_load = true
|
||||
if chapters && chapters.size > 0
|
||||
|
|
@ -178,8 +179,6 @@ module FicTracker::Models
|
|||
logger.debug "#{self} - Ensuring all chapters are loaded"
|
||||
chapters.each(&:content)
|
||||
end
|
||||
|
||||
apply_splay!
|
||||
end
|
||||
|
||||
def ensure_chapters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue