Sha256: b126ce72fca5245be23c5ec2fb47395c92c4f376697c9522c5b76482f9477d9e

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

# frozen_string_literal: true

require "json"

module Yattho
  # :nodoc:
  module ViewComponents
    AUDITED = JSON.parse(
      File.read(
        File.join(File.dirname(__FILE__), "../../../static/audited_at.json")
      )
    ).freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 lib/yattho/view_components/audited.rb
yattho_view_components-0.0.1 lib/yattho/view_components/audited.rb