lib/access/store.rb in access-1.1.5 vs lib/access/store.rb in access-1.1.6
- old
+ new
@@ -7,7 +7,11 @@
def self.find(key, options = {})
Access::Api.new.find_store key, options
end
+ def self.national(options = {})
+ Access::Api.new.national_stores options
+ end
+
end
end