lib/controllers/new.rb in evertils-0.1.5 vs lib/controllers/new.rb in evertils-0.1.6
- old
+ new
@@ -1,8 +1,8 @@
module Granify
module Controller
class New < Controller::Base
- attr_accessor :title, :file, :notebook, :force
+ attr_accessor :title, :file, :notebook
def pre_exec
begin
# interface with the Evernote API so we can use it later
@model = Granify::Helper.load('evernote')
\ No newline at end of file