Sha256: 196bf4c5cf87376b3b9210f6ca8310651d7ef88ffd9186b19fd0ab9db087916d
Contents?: true
Size: 215 Bytes
Versions: 9
Compression:
Stored size: 215 Bytes
Contents
module YariiEditor module RepositoryPullable extend ActiveSupport::Concern def pull_if_needed if current_site.repository.needs_pull? current_site.repository.pull end end end end
Version data entries
9 entries across 9 versions & 1 rubygems