Sha256: af4d5a26e04115ef75f3126f641d5a8cb9f13ecefa50a4428cba9cddaf3c3ad1

Contents?: true

Size: 183 Bytes

Versions: 23

Compression:

Stored size: 183 Bytes

Contents

module Admix::AlbumsHelper
  def form2_attributes
    %w(name description date published)
  end

  def album_form_attributes(form)
    form.input :name
    form.input :date
  end

end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
mix-rails-0.23.1 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.23.1 app/helpers/admix/albums_helper.rb
mix-rails-0.23.0 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.23.0 app/helpers/admix/albums_helper.rb
mix-rails-0.22.0 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.22.0 app/helpers/admix/albums_helper.rb
mix-rails-0.16.0 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.16.0 app/helpers/admix/albums_helper.rb
mix-rails-0.15.0 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.15.0 app/helpers/admix/albums_helper.rb
mix-rails-0.12.2 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.12.2 app/helpers/admix/albums_helper.rb
mix-rails-0.12.1 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.12.1 app/helpers/admix/albums_helper.rb
mix-rails-albums-0.11.0 app/helpers/admix/albums_helper.rb
mix-rails-0.10.4 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.10.4 app/helpers/admix/albums_helper.rb
mix-rails-0.10.3 mix-rails-albums/app/helpers/admix/albums_helper.rb
mix-rails-albums-0.10.3 app/helpers/admix/albums_helper.rb
mix-rails-albums-0.10.2 app/helpers/admix/albums_helper.rb