sufia 3.1.2 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +11 -0
  3. data/SUFIA_VERSION +1 -1
  4. data/app/controllers/authorities_controller.rb +0 -14
  5. data/app/controllers/batch_controller.rb +0 -14
  6. data/app/controllers/contact_form_controller.rb +0 -14
  7. data/app/controllers/dashboard_controller.rb +0 -14
  8. data/app/controllers/directory_controller.rb +0 -14
  9. data/app/controllers/downloads_controller.rb +0 -14
  10. data/app/controllers/errors_controller.rb +0 -14
  11. data/app/controllers/generic_files_controller.rb +0 -14
  12. data/app/controllers/mailbox_controller.rb +0 -14
  13. data/app/controllers/static_controller.rb +0 -14
  14. data/app/controllers/users_controller.rb +0 -14
  15. data/app/helpers/blacklight/render_constraints_helper_behavior.rb +0 -14
  16. data/app/helpers/contact_form_helper.rb +0 -14
  17. data/app/helpers/generic_file_helper.rb +0 -14
  18. data/app/helpers/sufia_helper.rb +0 -14
  19. data/app/helpers/trophy_helper.rb +0 -14
  20. data/app/jobs/content_delete_event_job.rb +0 -14
  21. data/app/jobs/content_deposit_event_job.rb +0 -14
  22. data/app/jobs/content_new_version_event_job.rb +0 -14
  23. data/app/jobs/content_restored_version_event_job.rb +0 -14
  24. data/app/jobs/content_update_event_job.rb +0 -14
  25. data/app/jobs/event_job.rb +0 -14
  26. data/app/jobs/user_edit_profile_event_job.rb +0 -14
  27. data/app/jobs/user_follow_event_job.rb +0 -14
  28. data/app/jobs/user_unfollow_event_job.rb +0 -14
  29. data/app/views/generic_files/_permission_form.html.erb +3 -3
  30. data/db/seeds.rb +0 -14
  31. data/lib/generators/sufia/templates/catalog_controller.rb +0 -14
  32. data/lib/generators/sufia/templates/config/action_dispatch_http_upload_monkey_patch.rb +0 -14
  33. data/lib/generators/sufia/templates/migrations/acts_as_follower_migration.rb +0 -14
  34. data/lib/generators/sufia/templates/migrations/add_avatars_to_users.rb +0 -14
  35. data/lib/generators/sufia/templates/migrations/add_groups_to_users.rb +0 -14
  36. data/lib/generators/sufia/templates/migrations/add_ldap_attrs_to_user.rb +0 -14
  37. data/lib/generators/sufia/templates/migrations/add_social_to_users.rb +0 -14
  38. data/lib/generators/sufia/templates/migrations/create_checksum_audit_logs.rb +0 -14
  39. data/lib/generators/sufia/templates/migrations/create_local_authorities.rb +0 -14
  40. data/lib/generators/sufia/templates/migrations/create_version_committers.rb +0 -14
  41. data/lib/sufia/contact_form_controller_behavior.rb +0 -14
  42. data/lib/sufia/controller.rb +0 -14
  43. data/lib/sufia/downloads_controller_behavior.rb +0 -14
  44. data/lib/sufia/files_controller/upload_complete_behavior.rb +5 -0
  45. data/lib/sufia/files_controller_behavior.rb +2 -1
  46. data/lib/sufia/role_mapper.rb +0 -14
  47. data/lib/sufia/version.rb +1 -1
  48. data/lib/tasks/fixtures.rake +0 -14
  49. data/spec/factories/checksum_audit_logs.rb +0 -14
  50. data/spec/lib/sufia/upload_complete_behavior_spec.rb +10 -0
  51. data/spec/models/access_right_spec.rb +57 -0
  52. data/spec/models/generic_file_spec.rb +1 -1
  53. data/spec/support/uploaded_file_monkeypatch.rb +0 -14
  54. data/sufia-models/app/models/batch.rb +0 -14
  55. data/sufia-models/app/models/concerns/sufia/models/access_right.rb +79 -0
  56. data/sufia-models/app/models/concerns/sufia/models/with_access_right.rb +33 -0
  57. data/sufia-models/app/models/datastreams/batch_rdf_datastream.rb +0 -14
  58. data/sufia-models/app/models/datastreams/fits_datastream.rb +0 -14
  59. data/sufia-models/app/models/datastreams/generic_file_rdf_datastream.rb +0 -14
  60. data/sufia-models/app/models/datastreams/properties_datastream.rb +0 -14
  61. data/sufia-models/app/models/follow.rb +0 -14
  62. data/sufia-models/app/models/subject_local_authority_entry.rb +0 -14
  63. data/sufia-models/lib/sufia/models/generic_file/visibility.rb +30 -26
  64. data/sufia-models/lib/sufia/models/id_service.rb +0 -14
  65. data/sufia-models/lib/sufia/models/jobs/audit_job.rb +0 -14
  66. data/sufia-models/lib/sufia/models/jobs/characterize_job.rb +0 -14
  67. data/sufia-models/lib/sufia/models/jobs/resolrize_job.rb +0 -14
  68. data/sufia-models/lib/sufia/models/jobs/unzip_job.rb +0 -14
  69. data/sufia-models/lib/sufia/models/noid.rb +0 -14
  70. data/sufia-models/lib/sufia/models/solr_document_behavior.rb +0 -14
  71. data/sufia-models/lib/sufia/models/user.rb +0 -14
  72. data/sufia-models/lib/sufia/models/utils.rb +0 -14
  73. data/sufia-models/lib/sufia/models/version.rb +1 -1
  74. data/sufia-models/lib/tasks/resque.rake +0 -14
  75. data/tasks/sufia-db.rake +0 -14
  76. data/tasks/sufia-fixtures.rake +0 -14
  77. data/tasks/sufia.rake +0 -14
  78. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 413ec81618f38ebb069ddb76be614f250017bbc2
4
- data.tar.gz: 64cc681395618ad10e3ca14d94a8f85a5993d2e2
3
+ metadata.gz: d1aa23489833763f7e8ffcd0c510ba8a2218af2b
4
+ data.tar.gz: 0a9ce2418842b3fefd0112df841e17ae937a3a81
5
5
  SHA512:
6
- metadata.gz: a255e2a1a59251ad230385c752e455ec6abeb70d7ff9955c13065875c7db0c5a8e02b55e69be71788292e1346b256e28175488d6a57d9604e08cdb304f2e91a1
7
- data.tar.gz: f032a37d6afd48c48e9abf58240330e30ba2589dabd85f0ae42aba33025b4cf256cd310b583f22309802a29786cf3c6a688e75b4418f182e6a0568765acbfe37
6
+ metadata.gz: 62ee1f3d317dffbb1818da196511edc65279a594d98f1353facf6840c1bc9cbe4e123b33d45dbbe04a66a152dcc6a3dd4cebcd6fee0eb136fe3f39ad2895f260
7
+ data.tar.gz: f94eb66b9f1db63ee57140bf3d535bde13ea41433667711a3e62a764472acc0c085af4ddacfd2d6df1d7aa303f2d3975f1c95ca561e224be867997750a0ffb73
data/History.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # History of Sufia releases
2
+ ## 3.1.3
3
+ * Removed old PSU licence [Justin Coyne]
4
+
5
+ * Moved access rights from curate [Justin Coyne]
6
+
7
+ * Adding an operride path where to redirect for when a file gets destroyed.
8
+ [Carolyn Cole]
9
+
10
+ * Use the deprecation settings on the correct module [Justin Coyne]
11
+
12
+
2
13
  ## 3.1.2
3
14
  * Track changes on visibility [Justin Coyne]
4
15
 
@@ -1 +1 @@
1
- 3.1.2
1
+ 3.1.3
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  require 'rdf'
16
2
  require 'cgi'
17
3
 
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class BatchController < ApplicationController
16
2
  include Hydra::Controller::ControllerBehavior
17
3
  include Hydra::Controller::UploadBehavior
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContactFormController < ApplicationController
16
2
  include Sufia::ContactFormControllerBehavior
17
3
  end
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  require 'blacklight/catalog'
16
2
  class DashboardController < ApplicationController
17
3
  include Sufia::DashboardControllerBehavior
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class DirectoryController < ApplicationController
16
2
 
17
3
  # Stub method. Override this in your application if you want directory lookups
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class DownloadsController < ApplicationController
16
2
  # module mixes in normalize_identifier method
17
3
  include Sufia::DownloadsControllerBehavior
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ErrorsController < ApplicationController
16
2
  def routing
17
3
  render_404("Route not found: /#{params[:error]}")
@@ -1,18 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright © 2012 The Pennsylvania State University
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
2
  class GenericFilesController < ApplicationController
17
3
  include Sufia::Controller
18
4
  include Sufia::FilesControllerBehavior
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class MailboxController < ApplicationController
16
2
  before_filter :authenticate_user!
17
3
 
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class StaticController < ApplicationController
16
2
  rescue_from AbstractController::ActionNotFound, :with => :render_404
17
3
  end
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class UsersController < ApplicationController
16
2
  include Sufia::UsersControllerBehavior
17
3
  end
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  module Blacklight::RenderConstraintsHelperBehavior
16
2
 
17
3
  # Render actual constraints, not including header or footer
@@ -1,16 +1,2 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  module ContactFormHelper
16
2
  end
@@ -1,18 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright © 2012 The Pennsylvania State University
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
2
  module GenericFileHelper
17
3
  def display_title(gf)
18
4
  gf.to_s
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
 
16
2
  module SufiaHelper
17
3
 
@@ -1,18 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright © 2012 The Pennsylvania State University
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
2
  module TrophyHelper
17
3
  def display_trophy_link(user, noid)
18
4
  trophyclass = "trophy-off"
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContentDeleteEventJob < EventJob
16
2
 
17
3
 
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContentDepositEventJob < EventJob
16
2
  def run
17
3
  gf = GenericFile.find(generic_file_id)
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContentNewVersionEventJob < EventJob
16
2
  def run
17
3
  gf = GenericFile.find(generic_file_id)
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContentRestoredVersionEventJob < EventJob
16
2
  attr_accessor :revision_id
17
3
 
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class ContentUpdateEventJob < EventJob
16
2
  def run
17
3
  gf = GenericFile.find(generic_file_id)
@@ -1,17 +1,3 @@
1
- # Copyright © 2012 The Pennsylvania State University
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
1
  class EventJob
16
2
  include Rails.application.routes.url_helpers
17
3
  include ActionView::Helpers