app/models/carnival/batch_action.rb in carnival-0.2.7 vs app/models/carnival/batch_action.rb in carnival-0.2.8

- old
+ new

@@ -7,20 +7,19 @@ @name = name @params = params @path = params[:path] if params[:path].present? end - def params @params end def name @name end def to_label - I18n.t("#{@presenter.model_name}.#{name}") + I18n.t("#{@presenter.model_name}.#{name}") end end end