Sha256: 0cff0aad578256baae7d1cd5b43905b3e92f8dec6c10906dfc7c7bf41be6d997
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
require "social_avatar_proxy/path_helpers" module SocialAvatarProxy class Routes include PathHelpers def initialize(app) if app.path_prefix self.avatar_base_path = app.path_prefix end end end end
Version data entries
9 entries across 9 versions & 1 rubygems