Skip to content

Commit

Permalink
updating route administrate/field/base
Browse files Browse the repository at this point in the history
This is to conform to the changes in the Administrate API

thoughtbot/administrate#467

I should have caught this sooner, it was causing errors on admin/cities
and admin/countries
  • Loading branch information
kkelleey committed May 5, 2016
1 parent 08662d8 commit c722382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fields/paperclip_field.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "administrate/fields/base"
require "administrate/field/base"

class PaperclipField < Administrate::Field::Base
def to_s
Expand Down

0 comments on commit c722382

Please sign in to comment.