Sha256: 6966fb574a1c045d446799a03fec4d162ab55f18f69d3bafe8a5d02e4b7a6fc5

Contents?: true

Size: 240 Bytes

Versions: 71

Compression:

Stored size: 240 Bytes

Contents

class ActiveScaffold::Bridges::CountryHelper < ActiveScaffold::DataStructures::Bridge
  def self.install
    require File.join(File.dirname(__FILE__), "country_helper/country_helper_bridge.rb")
  end

  def self.install?
    true
  end
end

Version data entries

71 entries across 71 versions & 2 rubygems

Version Path
active_scaffold-sequel-0.8.0 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.17 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.16 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.14 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.13 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.12 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-sequel-0.7.1 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.11 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.10 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.9 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.8 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.7 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.5 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.4 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.3 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.2 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.1 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.0.1 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-3.4.0 lib/active_scaffold/bridges/country_helper.rb
active_scaffold-sequel-0.7.0 lib/active_scaffold/bridges/country_helper.rb