Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adds address attributes to a model.

gem 'is_addressable'
bundle

Addresses are stored in an addresses table. You can create this table by using the commands below.

rails g is_addressable:install
rake db:migrate

You can use this helper to render the address fields.

<%= form_for @model do |f| %>
  <%= address f %>
<% end %>

About

Adds address attributes to a model

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages