Sha256: 3922e665dcf8a951e3cbd06c2ecf8cc3819bea4007925c032ec2ad14704fd782
Contents?: true
Size: 336 Bytes
Versions: 16
Compression:
Stored size: 336 Bytes
Contents
module Spree class StatesController < BaseController ssl_allowed :index respond_to :js def index # we return ALL known information, since billing country isn't restricted # by shipping country respond_with @state_info = Spree::State.states_group_by_country_id.to_json, :layout => nil end end end
Version data entries
16 entries across 16 versions & 1 rubygems