Sha256: 79099f8b04e4b2539be5e0c56abefcccca1a92f4aa92a1e6294df5f045bdebba

Contents?: true

Size: 165 Bytes

Versions: 42

Compression:

Stored size: 165 Bytes

Contents

module AuthorsHelper
  class AuthorDrawer < Edgarj::Drawer::Normal
    def initialize(view_context, params, page_info, model = Author)
      super
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
edgarj-4.06.10 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.09 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.07 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.05 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.04 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.03 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.02 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.01 test/dummy/app/helpers/authors_helper.rb
edgarj-4.06.00 test/dummy/app/helpers/authors_helper.rb
edgarj-4.05.04 test/dummy/app/helpers/authors_helper.rb
edgarj-4.05.03 test/dummy/app/helpers/authors_helper.rb
edgarj-4.05.02 test/dummy/app/helpers/authors_helper.rb
edgarj-4.05.01 test/dummy/app/helpers/authors_helper.rb
edgarj-4.05.00 test/dummy/app/helpers/authors_helper.rb
edgarj-4.04.01 test/dummy/app/helpers/authors_helper.rb
edgarj-4.04.00 test/dummy/app/helpers/authors_helper.rb
edgarj-4.03.00 test/dummy/app/helpers/authors_helper.rb
edgarj-4.02.00 test/dummy/app/helpers/authors_helper.rb
edgarj-4.01.01 test/dummy/app/helpers/authors_helper.rb
edgarj-4.01.00 test/dummy/app/helpers/authors_helper.rb